diff options
Diffstat (limited to 'dep/openssl')
-rw-r--r-- | dep/openssl/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dep/openssl/CMakeLists.txt b/dep/openssl/CMakeLists.txt index c76fa03dd3f..1282fd32f38 100644 --- a/dep/openssl/CMakeLists.txt +++ b/dep/openssl/CMakeLists.txt @@ -11,9 +11,7 @@ # basic packagesearching and setup # (further support will be needed, this is a preliminary release!) -set(OPENSSL_EXPECTED_VERSION 1.0.0) - -find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL) +find_package(OpenSSL 1.1 REQUIRED COMPONENTS Crypto SSL) add_library(openssl INTERFACE) |