We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 521192a + d47507e commit dc2b287Copy full SHA for dc2b287
_common/build_all/CMakeLists.txt
@@ -49,7 +49,7 @@ arcane_set_if_unset(ARCANE_WANT_CHECK FALSE BOOL "Compilation with additional ch
49
set(BUILD_SHARED_LIBS TRUE)
50
51
# Compile en release par défaut si rien n'est spécifié
52
-if (NOT DEFINED CMAKE_BUILD_TYPE)
+if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED ARCCORE_BUILD_MODE)
53
set(CMAKE_BUILD_TYPE Release)
54
endif()
55
0 commit comments