From 6df82a9ee64dd4f12395421ea52dea06b0e60dcd Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 8 Oct 2018 01:53:39 +0200 Subject: [PATCH] fix cmake default built to enable logging --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d0b4a2a3..0ac9a159d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ option(resolve-countries "enable support for resolving countries from peer IPs" option(unicode "enable unicode support" ON) option(deprecated-functions "enable deprecated functions for backwards compatibility" 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) set(CMAKE_CONFIGURATION_TYPES Debug Release RelWithDebInfo)