From bdead41e2f2578c9c042592c1905771c783f8730 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Fri, 29 Oct 2010 13:13:47 +0000 Subject: [PATCH] *** empty log message *** --- Install_ThirdParty/scripts/install_thirdparty_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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* -- 2.45.1