File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ option(ENABLE_REUSEPORT "Build with REUSEPORT support" OFF)
58
58
59
59
option (ENABLE_SYSTEM_ZLIB "Build with system zlib support" OFF )
60
60
option (ENABLE_SYSTEM_OPENSSL "Build with system openssl support" OFF )
61
+ option (ENABLE_USE_SYSTEMD_LOG "Build with systemd log support" OFF )
61
62
62
63
option (ENABLE_USE_OPENSSL "Build with openssl support" ON )
63
64
option (ENABLE_USE_BORINGSSL "Build with boringssl support" OFF )
@@ -125,6 +126,12 @@ endif()
125
126
126
127
################################################################################
127
128
129
+ if (ENABLE_USE_SYSTEMD_LOG )
130
+ add_definitions (-DUSE_SYSTEMD_LOGGING )
131
+ endif ()
132
+
133
+ ################################################################################
134
+
128
135
if (WIN32 )
129
136
set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>" )
130
137
You can’t perform that action at this time.
0 commit comments