mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
CMakeLists.txt: set default value for CMAKE_BUILD_TYPE
This commit is contained in:
parent
ba0efa2dd7
commit
d9976c7f80
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ project(eosio-keygen
|
|||
|
||||
set( PROJECT_MAINTAINER "Henrik Hautakoski <henrik@eossweden.org>")
|
||||
|
||||
# Default to release build if none is set.
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set( CMAKE_BUILD_TYPE Release )
|
||||
endif()
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
|
||||
|
||||
# Use installpath from GNUInstallDirs as default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue