mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
CMakeLists.txt: set CMAKE_BUILD_TYPE to Debug per default.
This commit is contained in:
parent
cad11e5912
commit
2084a66dbf
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ endif()
|
||||||
# Append modules dir
|
# Append modules dir
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
|
|
||||||
# Default to release build if none is set.
|
# Default to debug build if none is set.
|
||||||
if (NOT CMAKE_BUILD_TYPE)
|
if (NOT CMAKE_BUILD_TYPE)
|
||||||
set( CMAKE_BUILD_TYPE Release )
|
set( CMAKE_BUILD_TYPE Debug )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Install path
|
# Install path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue