From be0049a2eecaf01aa402187a8aedb11ff0ae4f1c Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Wed, 6 Oct 2010 07:35:09 +0000 Subject: [PATCH] *** empty log message *** --- ctest/dashboard/All.sh | 2 +- ctest/dashboard/cmakemod.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index 6255596..3f04127 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -26,7 +26,7 @@ VTKdir=$4 installPrefix=$5 mkdir $generationdir -mkdir $generationdir/tmpCreaTools_INSTALL +mkdir $generationdir/tmpCreaToolsBIN # buildtype, useless for Linux; let here for compatibility purpose diff --git a/ctest/dashboard/cmakemod.sh b/ctest/dashboard/cmakemod.sh index 97fa751..f2794ab 100644 --- a/ctest/dashboard/cmakemod.sh +++ b/ctest/dashboard/cmakemod.sh @@ -15,7 +15,9 @@ cd $dirInstall echo -H$currentdir/$1 echo -B$dirInstall/ +## cmake -G"CodeBlocks - Unix Makefiles" -H$currentdir/$1 -B$dirInstall/ cmake -G"Unix Makefiles" -H$currentdir/$1 -B$dirInstall/ + cmake -D BUILD_ALL:BOOL=ON CMakeCache.txt # the following line is the right one! -- 2.46.1