]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/creaRigidRegistrationVariables.sh
forgot to commit
[creaToolsTools.git] / ctest / dashboard / creaRigidRegistrationVariables.sh
1 # %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk
2 currentdir=`pwd`
3 # set currentdir=%currentdir:\=/%
4
5 cd $1
6 cmake -D crea_DIR:PATH=$currentdir$2 -D BUILD_BBTK_PACKAGE_PackRecalage:BOOL=ON -D BUILD_creaRigidRegistration_DOC:BOOL=OFF CMakeCache.txt
7 cmake -D BBTK_DIR:PATH=$currentdir/tmpCreaTools_INSTALL/$3 CMakeCache.txt
8 cd ..