]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/install_thirdparty.bat
Updating scripts
[creaToolsTools.git] / Install_ThirdParty / scripts / install_thirdparty.bat
index 0c09b9f415b1a01fa7a20ae0a023212d2eeaae06..5efef7492976b388520bf9d45b4a3ee33e07694d 100644 (file)
@@ -3,6 +3,10 @@
 set thirdpartyGeneration=%1
 set buildType=%2
 
+echo Calling download_ThirdPartySW.bat
+
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1
+
 echo Calling install_thirdparty_all.bat
 
 call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> installThirdParty.log 2>&1