mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +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
|
||||
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)
|
||||
set( CMAKE_BUILD_TYPE Release )
|
||||
set( CMAKE_BUILD_TYPE Debug )
|
||||
endif()
|
||||
|
||||
# Install path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue