Skip to content

Commit e846ed1

Browse files
committed
CMake: remove now unneeded bcrypt from link libraries
1 parent fec6461 commit e846ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ if(UNIX AND NOT APPLE)
206206
endif()
207207
elseif(WIN32)
208208
target_link_libraries(lslobj PRIVATE iphlpapi winmm)
209-
target_link_libraries(lslboost PRIVATE bcrypt mswsock ws2_32)
209+
target_link_libraries(lslboost PRIVATE mswsock ws2_32)
210210
target_compile_definitions(lslobj
211211
PRIVATE _CRT_SECURE_NO_WARNINGS
212212
PUBLIC LSLNOAUTOLINK # don't use #pragma(lib) in CMake builds

0 commit comments

Comments
 (0)