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=4bf4111a0bc81e183ddcde48873b24cb3b74128f;hpb=a37d18909c36e1bcd3427106fa70b91dd5b6c108;p=creaToolsTools.git diff --git a/Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE b/Install_ThirdParty/install_thirdparty_libraries_cmake.bat_TEMPLATE index 4bf4111..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 + +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 + +echo Calling install_thirdparty_libraries_cmake.bat + call install_thirdparty_libraries_cmake.bat %thirdpartyGeneration% >> install_thirdparty_libraries_cmake.log 2>&1 -cd .. \ No newline at end of file + +cd .. + +echo ----------------------------------- +echo -------End of the Script----------- +echo ----------------------------------- + +pause +exit \ No newline at end of file