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=706b0ca702c02384f0628497756f1cb9b1a4ed21;hp=4bf4111a0bc81e183ddcde48873b24cb3b74128f;hpb=3afceddce806ddbeb6870383aac236cac7082ff2;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