manual build type set

This commit is contained in:
max mustermann 2019-08-01 22:31:58 +02:00
parent 52cc5f204b
commit 700d7912df

View File

@ -3,6 +3,8 @@ project(iprefresher VERSION 1.0.1 DESCRIPTION "Dynu ip refresher")
set(CMAKE_CXX_STANDARD 17)
#set(CMAKE_BUILD_TYPE Release) # manually set build type
find_package(CURL REQUIRED)
include_directories(${CURL_INCLUDE_DIR} inc)