From: Eduardo Davila Date: Tue, 8 Feb 2011 07:48:58 +0000 (+0000) Subject: no message X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~9 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4515e33035d05fc3d2faec342ff9083087dfd822;p=creaToolsTools.git no message --- diff --git a/Install/scripts/cmakemod.sh b/Install/scripts/cmakemod.sh index 88aa35d..7ec3d61 100644 --- a/Install/scripts/cmakemod.sh +++ b/Install/scripts/cmakemod.sh @@ -35,7 +35,7 @@ cd $dirInstall echo -H$currentdir/creatools_source/$1 echo -B$dirInstall/ -## cmake -G"Unix Makefiles" -H$currentdir/creatools_source/$1 -B$dirInstall/ +##cmake -G"Unix Makefiles" -H$currentdir/creatools_source/$1 -B$dirInstall/ cmake -G"CodeBlocks - Unix Makefiles" -H$currentdir/creatools_source/$1 -B$dirInstall/ cmake -D BUILD_ALL:BOOL=ON -D INCLUDE_CTEST:BOOL=ON -D USE_DEBUG_LIB:BOOL=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefix CMakeCache.txt diff --git a/Linux/menu.sh b/Linux/menu.sh index 0b0f976..3a26fd5 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -217,7 +217,7 @@ do # ------------------ buildType="___" - while [[ "$buildType" != "Release" && "$Debug " != "HTML" ]] + while [[ "$buildType" != "Release" && "$buildType " != "Debug" ]] do echo "Build type : Release/Debug (default is Release)" read buildType