Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try harder making ctest configuration visible to ctest
[simgrid.git] / buildtools / Cmake / Cmake / build.sh
1 #! /bin/sh
2
3 set -e
4 cd ..
5 if [ ! -e configure ] ; then
6   ./bootstrap
7 fi
8
9 if [ ! -e Makefile ] ; then
10   ./configure --enable-maintainer-mode --disable-compile-optimizations
11 fi
12
13 make