mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-01 15:19:34 +00:00
Readd MSWSOCK_LIBRARY for MINGW
This commit is contained in:
parent
12ccc468f4
commit
4ebd9dc2b5
1 changed files with 5 additions and 0 deletions
|
@ -344,6 +344,11 @@ if (YUZU_TESTS)
|
||||||
find_package(Catch2 3.0.1 REQUIRED)
|
find_package(Catch2 3.0.1 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# boost:asio has functions that require AcceptEx et al
|
||||||
|
if (MINGW)
|
||||||
|
find_library(MSWSOCK_LIBRARY mswsock REQUIRED)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(ENABLE_OPENSSL)
|
if(ENABLE_OPENSSL)
|
||||||
find_package(OpenSSL 1.1.1 REQUIRED)
|
find_package(OpenSSL 1.1.1 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue