X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-ITK.sh;h=5fcdfbfb11dc76ddbbc4e7b157b26cfe8e2d21ac;hb=ad3162bceb1cbf58006ce6d0a5c8945468755130;hp=61ba301a8e980026b5269cf74739a015ed39ffef;hpb=c7cbdaae00e1c26ca7b0a862a6198b204bcb797d;p=creaToolsTools.git diff --git a/Linux/scripts/ThirdParty-install-ITK.sh b/Linux/scripts/ThirdParty-install-ITK.sh index 61ba301..5fcdfbf 100644 --- a/Linux/scripts/ThirdParty-install-ITK.sh +++ b/Linux/scripts/ThirdParty-install-ITK.sh @@ -109,12 +109,12 @@ fi #fi # JPR ------------1 -if [ $buildType = "Debug" ] -then - debug="ON" -else - debug="OFF" -fi +#if [ $buildType = "Debug" ] +#then +# debug="ON" +#else +# debug="OFF" +#fi # the following stupid test is used at debug time; Please don't remove! #if [ true = false ]