aboutsummaryrefslogtreecommitdiff
path: root/dep/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'dep/openssl')
-rw-r--r--dep/openssl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/openssl/CMakeLists.txt b/dep/openssl/CMakeLists.txt
index 1282fd32f38..cd2706ede0d 100644
--- a/dep/openssl/CMakeLists.txt
+++ b/dep/openssl/CMakeLists.txt
@@ -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)