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 d54c973 commit 0dfe280Copy full SHA for 0dfe280
1 file changed
libs/networking/src/CMakeLists.txt
@@ -31,7 +31,11 @@ target_include_directories(${LIBNAME}
31
# Minimum C++ standard needed for consuming the public API is C++17.
32
target_compile_features(${LIBNAME} PUBLIC cxx_std_17)
33
34
-target_compile_definitions(${LIBNAME} PUBLIC LD_CURL_NETWORKING)
+target_compile_definitions(${LIBNAME}
35
+ PUBLIC
36
+ LD_CURL_NETWORKING
37
+ BOOST_ASIO_HEADER_ONLY
38
+)
39
40
# Using PUBLIC_HEADERS would flatten the include.
41
# This will preserve it, but dependencies must do the same.
0 commit comments