]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/creaVariables.sh
Forgot to commit this one
[creaToolsTools.git] / ctest / dashboard / creaVariables.sh
1 binfolder=$1
2 cd $binfolder
3 cmake -D CREA_BUILD_VTK:BOOL=ON -D CREA_BUILD_WX:BOOL=ON CMakeCache.txt
4 cd ..