X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=ctest%2Fdashboard%2FcreaRigidRegistrationVariables.bat;h=1cefcf9452257787329c62e874610f5e85ee81d6;hb=e95400057316f6be2396a05bfcad35f676b5452d;hp=934c08ae7bde493cfa3651f479f9841bfdd96b4c;hpb=b2fecb5eea23bf906d7693cc5dfb23e626f4f5f2;p=creaToolsTools.git diff --git a/ctest/dashboard/creaRigidRegistrationVariables.bat b/ctest/dashboard/creaRigidRegistrationVariables.bat index 934c08a..1cefcf9 100644 --- a/ctest/dashboard/creaRigidRegistrationVariables.bat +++ b/ctest/dashboard/creaRigidRegistrationVariables.bat @@ -1,8 +1,12 @@ -rem %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk +rem %1=creabrukersource% %2=docgeneration + set currentdir=%~dp0 set currentdir=%currentdir:\=/% -cd %1 -cmake -D crea_DIR:PATH=%currentdir%%2 -D BUILD_BBTK_PACKAGE_PackRecalage:BOOL=ON -D BUILD_creaRigidRegistration_DOC:BOOL=OFF CMakeCache.txt -cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/%3 CMakeCache.txt -cd .. \ No newline at end of file +cd %1Bin +cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACKAGE_PackRecalage:BOOL=ON CMakeCache.txt +cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt +cmake -D BUILD_creaRigidRegistration_DOC:BOOL=%2 -D BUILD_BBTK_PACKAGE_PackRecalage_DOXYGEN_DOC:BOOL=%2 CMakeCache.txt +cmake CMakeCache.txt +cmake CMakeCache.txt +cd ..