]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/cmakemod.sh
*** empty log message ***
[creaToolsTools.git] / ctest / dashboard / cmakemod.sh
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!