]> Creatis software - creaToolsTools.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 8 Feb 2011 07:48:58 +0000 (07:48 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 8 Feb 2011 07:48:58 +0000 (07:48 +0000)
Install/scripts/cmakemod.sh
Linux/menu.sh

index 88aa35da4b41071ded0e3f2b37caf80061cfd3bd..7ec3d61d4cbf26d0d7492456f2f1453fb3992619 100644 (file)
@@ -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
index 0b0f976c4f3b378082a5c95186c2eb748faf2d32..3a26fd5d55249aa41eb607761c722ffbea985233 100644 (file)
@@ -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