From 1f8ea04f439760e66c46969f1bed1c16a5d151e5 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Thu, 28 Nov 2024 17:43:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD=D0=B0=D0=BC=D0=B8=D1=87=D0=B5=D1=81=D0=BA?= =?UTF-8?q?=D1=83=D1=8E=20=D0=BB=D0=B8=D0=BD=D0=BA=D0=BE=D0=B2=D0=BA=D1=83?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20boost::log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b3500..91d0358 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,8 @@ add_executable(terminal-web-server src/auth/utils.h ) +add_definitions(-DBOOST_LOG_DYN_LINK) + find_package(Boost 1.53.0 COMPONENTS system thread filesystem log log_setup REQUIRED) find_package(OpenSSL REQUIRED) target_link_libraries(terminal-web-server ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} terminal-client-api)