]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/creaVariables.sh
Some fixes (still not OK till the end :-( )
[creaToolsTools.git] / ctest / dashboard / creaVariables.sh
1 binfolder=$2/tmpCreaTools_INSTALL/$1Bin
2 echo "==================================== in creaVariable.sh : binfolder = $binfolder"
3
4 cd $binfolder
5
6 cmake -D CREA_BUILD_VTK:BOOL=ON -D CREA_BUILD_WX:BOOL=ON CMakeCache.txt
7 cd ..