Skip to content

Commit e3965f9

Browse files
committed
Don't link boost to networking library
1 parent fd469e0 commit e3965f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/networking/src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ message(STATUS "LaunchDarklyNetworking_SOURCE_DIR=${LaunchDarklyNetworking_SOURC
1717
target_link_libraries(${LIBNAME}
1818
PUBLIC
1919
CURL::libcurl
20-
Boost::headers
21-
PRIVATE
22-
Boost::disable_autolinking
2320
)
2421

2522
# Need the public headers to build.
@@ -35,7 +32,6 @@ target_compile_features(${LIBNAME} PUBLIC cxx_std_17)
3532
target_compile_definitions(${LIBNAME}
3633
PUBLIC
3734
LD_CURL_NETWORKING
38-
BOOST_ASIO_HEADER_ONLY
3935
)
4036

4137
# Using PUBLIC_HEADERS would flatten the include.

0 commit comments

Comments
 (0)