Check for correct openssl version.
This commit is contained in:
parent
182d0ff548
commit
7ce1bf9f7d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
# forbid defaulting to gnu++NN instead of c++NN
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
find_package(OpenSSL 1.0 REQUIRED)
|
||||
find_package(OpenSSL 3.0 REQUIRED)
|
||||
|
||||
if(APPLE)
|
||||
find_library(APPKIT_LIBRARY AppKit REQUIRED)
|
||||
|
|
Loading…
Add table
Reference in a new issue