Skip to content

Commit 486db45

Browse files
committed
Remove boost::system
1 parent 13559d2 commit 486db45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endif()
7171

7272
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
7373

74-
find_package(Boost 1.70 REQUIRED COMPONENTS unit_test_framework program_options system)
74+
find_package(Boost 1.70 REQUIRED COMPONENTS unit_test_framework program_options)
7575
find_package(ApMon MODULE)
7676
find_package(CURL MODULE)
7777
find_package(InfoLogger CONFIG)
@@ -174,7 +174,6 @@ target_link_libraries(Monitoring
174174
PUBLIC
175175
Boost::boost
176176
PRIVATE
177-
Boost::system
178177
pthread
179178
$<$<BOOL:${ApMon_FOUND}>:ApMon::ApMon>
180179
$<$<BOOL:${CURL_FOUND}>:CURL::libcurl>

0 commit comments

Comments
 (0)