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 fec6461 commit e846ed1Copy full SHA for e846ed1
CMakeLists.txt
@@ -206,7 +206,7 @@ if(UNIX AND NOT APPLE)
206
endif()
207
elseif(WIN32)
208
target_link_libraries(lslobj PRIVATE iphlpapi winmm)
209
- target_link_libraries(lslboost PRIVATE bcrypt mswsock ws2_32)
+ target_link_libraries(lslboost PRIVATE mswsock ws2_32)
210
target_compile_definitions(lslobj
211
PRIVATE _CRT_SECURE_NO_WARNINGS
212
PUBLIC LSLNOAUTOLINK # don't use #pragma(lib) in CMake builds
0 commit comments