Commit 9f28f22b authored by Séverin Lemaignan's avatar Séverin Lemaignan

Set the default configuration to Release

parent 9e79eb2a
......@@ -8,6 +8,9 @@ SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_minimum_required(VERSION 2.4)
# default to a Release build (except if CMAKE_BUILD_TYPE is set)
include(release_build_by_default)
project(dlib)
set(CPACK_PACKAGE_VERSION_MAJOR "18")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment