]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 6 Oct 2010 07:35:09 +0000 (07:35 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 6 Oct 2010 07:35:09 +0000 (07:35 +0000)
ctest/dashboard/All.sh
ctest/dashboard/cmakemod.sh

index 62555961183b0c2913ac7357364c189881e4af2d..3f041272725840e3efd65d8e24c9ca01468f638a 100644 (file)
@@ -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
index 97fa7514a17f6945bf884620be8895069baf3b6c..f2794ab78240ef2603dc3352bdb86a20d1591a21 100644 (file)
@@ -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!