fix Secur32 library to be lowercase

This commit is contained in:
Kristoffer Carlsson 2021-12-15 20:45:08 +01:00 committed by nick black
parent a4df1aaffc
commit 6bcf71bb0d

View File

@ -144,7 +144,7 @@ find_package(Threads)
set_package_properties(Threads PROPERTIES TYPE REQUIRED)
# platform-specific logics
if(WIN32)
set(LIBRT wsock32 ws2_32 Secur32)
set(LIBRT wsock32 ws2_32 secur32)
elseif(NOT APPLE)
find_library(LIBM m REQUIRED)
find_library(LIBRT rt REQUIRED)