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.
1 parent 7defc2a commit a0faf29Copy full SHA for a0faf29
1 file changed
CMakeLists.txt
@@ -16,6 +16,12 @@ set (CMAKE_MODULE_PATH
16
${CMAKE_CURRENT_SOURCE_DIR}/include/seqan/util/cmake
17
${CMAKE_MODULE_PATH})
18
include (SeqAnContribs)
19
+
20
+# Build in release mode by default
21
+if (CMAKE_BUILD_TYPE STREQUAL "")
22
+ set(CMAKE_BUILD_TYPE "Release")
23
+endif()
24
25
set (SEQAN_USE_SEQAN_BUILD_SYSTEM TRUE CACHE INTERNAL "Use SeqAn build system." FORCE)
26
include (SeqAnBuildSystem)
27
set (SEQAN_ROOT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include/seqan/" CACHE INTERNAL "Root source directory." FORCE)
0 commit comments