mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
fix Secur32
library to be lowercase
This commit is contained in:
parent
a4df1aaffc
commit
6bcf71bb0d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user