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)