]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/install_thirdparty.bat_TEMPLATE
DFCH: the install.log now in the script folder
[creaToolsTools.git] / Install_ThirdParty / install_thirdparty.bat_TEMPLATE
index 3ee701a05bdff21db7947fcc98cc6690a02b439e..7f940e7d077008942b7dd8b933ef0319c192d2fb 100644 (file)
@@ -3,6 +3,6 @@ set thirdpartyGeneration=<directory where you want to generate>
 set buildType=<debug|release|RelWithDebInfo>
 
 cd scripts
-call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% 
+call install_thirdparty_all.bat  %thirdpartyGeneration% %buildType% >> install.log 2>&1
 cd ..