]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Defined default value for CMAKE_BUILD_TYPE
authorMichael NDJINGA <ndjinga@is228684.intra.cea.fr>
Mon, 14 Sep 2020 13:07:14 +0000 (15:07 +0200)
committerMichael NDJINGA <ndjinga@is228684.intra.cea.fr>
Mon, 14 Sep 2020 13:07:14 +0000 (15:07 +0200)
CDMATH/CMakeLists.txt

index efd09631aa844c1144427b0d83455fbdfa3226f4..d8d89d9954b07b4959e69075f899043d6ab56ffc 100755 (executable)
@@ -8,6 +8,7 @@ set (CDMATH_VERSION_MAJOR 1)
 set (CDMATH_VERSION_MINOR 0)
 
 include(ExternalProject)#For PETSc, MED and MEDCoupling
+set (CMAKE_BUILD_TYPE Release CACHE STRING "Installation mode")
 
 # Project options
 option (CDMATH_WITH_PETSC "Compile CDMATH with PETSc linking." ON)