We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c0703 commit 323f979Copy full SHA for 323f979
libs/network/src/CMakeLists.txt
@@ -45,7 +45,7 @@ if (OPENSSL_FOUND)
45
target_link_libraries(cppnetlib-client-connections ${OPENSSL_LIBRARIES})
46
endif ()
47
if (Boost_FOUND)
48
- target_link_libraries(cppnetlib-client-connections ${Boost_System_LIBRARY})
+ target_link_libraries(cppnetlib-client-connections ${Boost_LIBRARIES})
49
50
install(TARGETS cppnetlib-client-connections
51
EXPORT cppnetlibTargets
0 commit comments