X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Finstall_thirdparty_libraries_cmake.bat_TEMPLATE;h=7cf1ccbe79fda01a2dfa281ed51056147efbf5b3;hb=d631774b1f73906d3cc5b0ce97b6ded6491e7cfb;hp=a5a19e283d551f2a6407ee18a5771f9667b5bf39;hpb=44012cba8cd6d96919988f75161f71d7c351373c;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE b/Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE index a5a19e2..7cf1ccb 100644 --- a/Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE @@ -1,6 +1,32 @@ +@echo off -set thirdpartylib_folder=C:\Temp\ThirdParty\creaThirdParty_libraries +echo ----------------------------------- +echo ---Setting Environment Variables--- +echo ----------------------------------- + +set thirdpartyGeneration= + +echo thirdpartyGeneration=%thirdpartyGeneration% + +echo ----------------------------------- +echo ---End Setting Global Variables---- +echo ----------------------------------- + +echo ----------------------------------- +echo -------Calling Scripts------------- +echo ----------------------------------- cd scripts -call install_thirdparty_libraries_cmake.bat %thirdpartylib_folder% >> install_thirdparty_libraries_cmake.log 2>&1 -cd .. \ No newline at end of file + +echo Calling install_thirdparty_libraries_cmake.bat + +call install_thirdparty_libraries_cmake.bat %thirdpartyGeneration% >> install_thirdparty_libraries_cmake.log 2>&1 + +cd .. + +echo ----------------------------------- +echo -------End of the Script----------- +echo ----------------------------------- + +pause +exit \ No newline at end of file