]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-VTK.sh
#2689 creaToolsTools Feature New Normal - Third party Linux WT configuration
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-VTK.sh
index 528490f98f84225736e48be367fcbc54d643bdd3..a6a63fb489ca1e1a2843cbbc56c8c482040444bb 100644 (file)
@@ -160,7 +160,7 @@ then
   fi
   cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
   ##cmake -G"CodeBlocks - Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/
-  cmake -D USE_DEBUG_LIB:BOOL=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefixThird CMakeCache.txt
+  cmake -D CMAKE_BUILD_TYPE:STRING=$buildType -D CMAKE_INSTALL_PREFIX:PATH=$installPrefixThird CMakeCache.txt
 
   if [ $OperatingSystem = "MacOS" ]
   then