X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2FcreaBrukerVariables.bat;h=d8c1c31cfc54fa60ad5088ac63444544d63936e2;hb=c7da811c2c2dc3f972dd5675a8b6f063b0751f9f;hp=be0409531d621c5020cbd5aca6f45221c4cacd92;hpb=4f1c393422a1cbe6aecb67d2f5c2f8818fb9a8a7;p=creaToolsTools.git diff --git a/ctest/dashboard/creaBrukerVariables.bat b/ctest/dashboard/creaBrukerVariables.bat index be04095..d8c1c31 100644 --- a/ctest/dashboard/creaBrukerVariables.bat +++ b/ctest/dashboard/creaBrukerVariables.bat @@ -1,8 +1,8 @@ -rem %1 is the binary folder %2 is the binary folder crea %3 is the binaryfolder bbtk +rem %1=creabrukersource% %2=docgeneration + +set binfolder=%1Bin +cd %binfolder% set currentdir=%~dp0 set currentdir=%currentdir:\=/% - -cd %1 -cmake -D crea_DIR:PATH=%currentdir%%2 -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D creaImageIO_DOC:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%%4 -D USE_GDCM:BOOL=ON CMakeCache.txt -cmake -D BBTK_DIR:PATH=%currentdir%%3 CMakeCache.txt +cmake -D --BUILD_ALL:BOOL=ON -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_creaBruker_DOC:BOOL=%2 CMakeCache.txt cd .. \ No newline at end of file