]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/creaVariables.sh
Some fixes (still not OK till the end :-( )
[creaToolsTools.git] / ctest / dashboard / creaVariables.sh
index 4514229d8e9c3f347c15bb29298cd6f2274dd0df..227df48eae76776c1b93f44e127d7c23228aeab7 100644 (file)
@@ -1,4 +1,7 @@
-binfolder=$1
+binfolder=$2/tmpCreaTools_INSTALL/$1Bin
+echo "==================================== in creaVariable.sh : binfolder = $binfolder"
+
 cd $binfolder
+
 cmake -D CREA_BUILD_VTK:BOOL=ON -D CREA_BUILD_WX:BOOL=ON CMakeCache.txt
 cd ..