From: Diego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Date: Mon, 11 Jun 2012 18:14:29 +0000 (+0000)
Subject: DFCH: Updating script
X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c75a04be9213f6d1e2c0c1ee03f202aa3f5ec71f;p=creaToolsTools.git

DFCH: Updating script
---

diff --git a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
index 873a608..a2306a9 100644
--- a/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
+++ b/Install_ThirdParty/install_generate_thirdparty.bat_TEMPLATE
@@ -26,6 +26,12 @@ set scripts=%cd%\scripts
 
 cd %scripts%
 
+echo Calling download_ThirdPartySW.bat
+
+call download_ThirdPartySW.bat %thirdpartyGeneration% %buildType% >> downloadThirdParty.log 2>&1
+
+cd %scripts%
+
 echo Calling install_thirdparty.bat
 
 start /wait install_thirdparty.bat %thirdpartyGeneration% %buildType%