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 36255a2 commit 66ba512Copy full SHA for 66ba512
vendor/cpp-httplib/CMakeLists.txt
@@ -11,8 +11,9 @@ endif()
11
target_link_libraries (${TARGET} PRIVATE Threads::Threads)
12
13
if (WIN32 AND NOT MSVC)
14
- target_link_libraries(${TARGET} PUBLIC ws2_32)
+ target_link_libraries(${TARGET} PRIVATE ws2_32)
15
endif()
16
+
17
target_compile_features(${TARGET} PRIVATE cxx_std_17)
18
19
target_compile_definitions(${TARGET} PRIVATE
0 commit comments