]> Creatis software - creaToolsTools.git/blob - ctest/dashboard/creaRigidRegistrationVariables.bat
934c08ae7bde493cfa3651f479f9841bfdd96b4c
[creaToolsTools.git] / ctest / dashboard / creaRigidRegistrationVariables.bat
1 rem %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk
2 set currentdir=%~dp0
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 ..