Use MinSizeRel by default

This commit is contained in:
Frank Denis 2015-06-08 00:17:00 +02:00
parent ad35ac47fa
commit a97739eb35
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,10 @@ project(minisign C)
include(CheckLibraryExists)
IF(NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE MinSizeRel CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
ENDIF(NOT CMAKE_BUILD_TYPE)
find_library(LIB_SODIUM NAMES sodium REQUIRED)
add_executable(minisign