1
0
Fork 0
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:
Henrik Hautakoski 2020-04-24 13:38:20 +02:00
parent cad11e5912
commit 2084a66dbf

View file

@ -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