mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
externals: use openssl from vcpkg
This commit is contained in:
parent
32d4e06eca
commit
00c30d5f69
5 changed files with 19 additions and 37 deletions
|
@ -67,6 +67,9 @@ if (YUZU_USE_BUNDLED_VCPKG)
|
|||
if (YUZU_CRASH_DUMPS)
|
||||
list(APPEND VCPKG_MANIFEST_FEATURES "dbghelp")
|
||||
endif()
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
list(APPEND VCPKG_MANIFEST_FEATURES "web-service")
|
||||
endif()
|
||||
|
||||
include(${CMAKE_SOURCE_DIR}/externals/vcpkg/scripts/buildsystems/vcpkg.cmake)
|
||||
elseif(NOT "$ENV{VCPKG_TOOLCHAIN_FILE}" STREQUAL "")
|
||||
|
@ -244,9 +247,6 @@ endif()
|
|||
if (ENABLE_WEB_SERVICE)
|
||||
find_package(cpp-jwt 1.4 CONFIG)
|
||||
find_package(httplib 0.12 MODULE)
|
||||
if (NOT cpp-jwt_FOUND OR NOT httplib_FOUND)
|
||||
find_package(OpenSSL 1.1 MODULE COMPONENTS Crypto SSL)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (YUZU_TESTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue