X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install%2Fscripts%2Fbbtk%2FbbtkInstall.bat;h=1e4438b74958d14b5ba2107cfbff137622fc5fa7;hb=202b0b1a7dc0552a8c4a9eb1c9c48b6866af6404;hp=29010e6dfb4b79bae75c0e718c6fff9eaa535e4b;hpb=a465a7043637b6a247633b58510cd3a5d3a3038c;p=creaToolsTools.git diff --git a/Install/scripts/bbtk/bbtkInstall.bat b/Install/scripts/bbtk/bbtkInstall.bat index 29010e6..1e4438b 100644 --- a/Install/scripts/bbtk/bbtkInstall.bat +++ b/Install/scripts/bbtk/bbtkInstall.bat @@ -51,7 +51,7 @@ echo end setting variables echo compile bbtk call %baseFolder%\cleanmod.bat %bbtksource% %creatoolsGeneration% >> %logFolder%\bbtkInstall.log 2>&1 call %baseFolder%\cmakemod.bat %bbtksource% %installPrefix% %creatoolsGeneration% >> %logFolder%\bbtkInstall.log 2>&1 -call %currentdir%\bbtkVariables.bat %creatoolsGeneration% %bbtksource% %docgeneration% >> %logFolder%\bbtkInstall.log 2>&1 +call %currentdir%\bbtkVariables.bat %creatoolsGeneration% %bbtksource% %docgeneration% %buildtype% >> %logFolder%\bbtkInstall.log 2>&1 call %baseFolder%\compilemod.bat %buildtype% %bbtksource% %creatoolsGeneration% >> %logFolder%\bbtkInstall.log 2>&1 call %baseFolder%\ctestmod.bat %bbtksource% %creatoolsGeneration% >> %logFolder%\bbtkInstall.log 2>&1 echo end bbtk compilation