From: Eduardo Davila Date: Fri, 29 Oct 2010 13:13:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~110 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bdead41e2f2578c9c042592c1905771c783f8730;p=creaToolsTools.git *** empty log message *** --- diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.sh b/Install_ThirdParty/scripts/install_thirdparty_all.sh index 55f40cf..5490498 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.sh +++ b/Install_ThirdParty/scripts/install_thirdparty_all.sh @@ -41,7 +41,7 @@ mkdir $sourcesDir mkdir $binDir # the following stupid test is used at debug time; Please don't remove! -if [ true = false ] +if [ true = true ] then sudo yum install cmake -y sudo yum install cmake-gui -y @@ -59,7 +59,7 @@ fi # the following stupid test is used at debug time; Please don't remove! -if [ true = false ] +if [ true = true ] then rm -rf $sources/VTK* rm -rf $sources/vtk*