]> Creatis software - cpPlugins.git/blobdiff - third_party_installers/cpPlugins_Install_ITK.sh
Third-party installers updated.
[cpPlugins.git] / third_party_installers / cpPlugins_Install_ITK.sh
index d9ca4ff09d149c00ccb0db30774f23428dfbc13e..8af7e094aaa2d52e2cf93cf0e0584d3a43ed63a8 100755 (executable)
@@ -2,6 +2,7 @@
 
 ## Some configuration variables
 number_of_processes="-j4"
+comp_type=Debug
 
 ## Locate cmake executable
 cmake_exec="/usr/bin/cmake"
@@ -72,7 +73,7 @@ $cmake_exec \
     -DBUILD_EXAMPLES:BOOL=OFF \
     -DBUILD_SHARED_LIBS:BOOL=ON \
     -DBUILD_TESTING:BOOL=OFF \
-    -DCMAKE_BUILD_TYPE:STRING=MinSizeRel \
+    -DCMAKE_BUILD_TYPE:STRING=$comp_type \
     -DModule_ITKReview:BOOL=ON \
     -DModule_ITKVtkGlue:BOOL=OFF \
     -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/local \