mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Core/Crypto: Change required OpenSSL version to 3.0
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
# basic packagesearching and setup
|
||||
# (further support will be needed, this is a preliminary release!)
|
||||
find_package(OpenSSL 1.1 REQUIRED COMPONENTS Crypto SSL)
|
||||
find_package(OpenSSL 3 REQUIRED COMPONENTS Crypto SSL)
|
||||
|
||||
add_library(openssl INTERFACE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user