]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-VTK.sh
redmine feature # 1708
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-VTK.sh
index 36ac0308439e775faf0b6e9c390c18bc2d0857e7..e1638934ccdfc0503e21d715b7de4bd7b55eb2f2 100644 (file)
@@ -85,12 +85,12 @@ fi
   tar -xzvf VTK-5.6.1.patchCreatis.tar.gz
  fi
 
-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 ]