From 4515e33035d05fc3d2faec342ff9083087dfd822 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 8 Feb 2011 07:48:58 +0000 Subject: [PATCH] no message --- Install/scripts/cmakemod.sh | 2 +- Linux/menu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.1