diff options
Diffstat (limited to 'liblog')
| -rw-r--r-- | liblog/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/CMakeLists.txt b/liblog/CMakeLists.txt index cb4ce84..3ecce93 100644 --- a/liblog/CMakeLists.txt +++ b/liblog/CMakeLists.txt @@ -18,7 +18,7 @@ target_compile_options(log ) target_link_libraries(log - PRIVATE Boost::log PRIVATE Boost::system + PUBLIC Boost::log PUBLIC ${CMAKE_THREAD_LIBS_INIT} )
\ No newline at end of file |
