cmake: enable custom prefix by default

This commit is contained in:
Sergiu Deitsch 2022-02-01 20:18:53 +01:00 committed by Sergiu Deitsch
parent bc1fada1cf
commit 17269d649d

View File

@ -37,7 +37,7 @@ include (GNUInstallDirs)
option (BUILD_SHARED_LIBS "Build shared libraries" ON)
option (PRINT_UNSYMBOLIZED_STACK_TRACES
"Print file offsets in traces instead of symbolizing" OFF)
option (WITH_CUSTOM_PREFIX "Enable support for user-generated message prefixes" OFF)
option (WITH_CUSTOM_PREFIX "Enable support for user-generated message prefixes" ON)
option (WITH_GFLAGS "Use gflags" ON)
option (WITH_GTEST "Use Google Test" ON)
option (WITH_PKGCONFIG "Enable pkg-config support" ON)