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 fd469e0 commit e3965f9Copy full SHA for e3965f9
libs/networking/src/CMakeLists.txt
@@ -17,9 +17,6 @@ message(STATUS "LaunchDarklyNetworking_SOURCE_DIR=${LaunchDarklyNetworking_SOURC
17
target_link_libraries(${LIBNAME}
18
PUBLIC
19
CURL::libcurl
20
- Boost::headers
21
- PRIVATE
22
- Boost::disable_autolinking
23
)
24
25
# Need the public headers to build.
@@ -35,7 +32,6 @@ target_compile_features(${LIBNAME} PUBLIC cxx_std_17)
35
32
target_compile_definitions(${LIBNAME}
36
33
37
34
LD_CURL_NETWORKING
38
- BOOST_ASIO_HEADER_ONLY
39
40
41
# Using PUBLIC_HEADERS would flatten the include.
0 commit comments