]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/creaToolsVariables.bat
DFCH: Template updated.
[creaToolsTools.git] / ctest / dashboard / creaToolsVariables.bat
index 685cd70d0944bbe28df49c3109cd43571f0f5098..ea3ad5e875d418fb907620ac2576ad2c95e748bf 100644 (file)
@@ -1,6 +1,6 @@
-set currentdir=%~dp0
-set currentdir=%currentdir:\=/%
+REM %1=<Module Sources  Ex. crea bbbtk creaMaracasVisu...>
+REM %2=<dirInstall>
 
 cd %1Bin
-cmake -D CREATOOLS_SOURCE_PATH:PATH=%currentdir%/tmpCreaTools_INSTALL/ CMakeCache.txt
+cmake -D CREATOOLS_SOURCE_PATH:PATH=%2 CMakeCache.txt
 cd ..
\ No newline at end of file