1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-08 16:46:06 +02:00

Let's try linking fastnetmon_client with program_options only and skip regexp and thread libraries

This commit is contained in:
Pavel Odintsov 2023-01-13 14:59:09 +00:00
parent edd34f256e
commit ed357dc343

View File

@ -594,7 +594,7 @@ if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
target_link_libraries(fastnetmon ${Boost_LIBRARIES})
target_link_libraries(fast_library ${Boost_LIBRARIES})
target_link_libraries(fastnetmon_client ${Boost_LIBRARIES})
target_link_libraries(fastnetmon_client ${Boost_PROGRAM_OPTIONS_LIBRARY})
endif()
target_link_libraries(fast_library patricia)