From: Eduardo Davila Date: Wed, 6 Oct 2010 07:35:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~24 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=be0049a2eecaf01aa402187a8aedb11ff0ae4f1c;p=creaToolsTools.git *** empty log message *** --- 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!