fix cmake default built to enable logging

This commit is contained in:
arvidn 2018-10-08 01:53:39 +02:00 committed by Arvid Norberg
parent 700a71b418
commit 6df82a9ee6
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ option(resolve-countries "enable support for resolving countries from peer IPs"
option(unicode "enable unicode support" ON) option(unicode "enable unicode support" ON)
option(deprecated-functions "enable deprecated functions for backwards compatibility" ON) option(deprecated-functions "enable deprecated functions for backwards compatibility" ON)
option(exceptions "build with exception support" ON) option(exceptions "build with exception support" ON)
option(logging "build with logging" OFF) option(logging "build with logging" ON)
option(build_tests "build tests" OFF) option(build_tests "build tests" OFF)
set(CMAKE_CONFIGURATION_TYPES Debug Release RelWithDebInfo) set(CMAKE_CONFIGURATION_TYPES Debug Release RelWithDebInfo)