mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-27 18:24:38 +00:00
fix selection openssl
This commit is contained in:
parent
6de4d56a60
commit
ebf7c39493
@ -30,7 +30,7 @@ set(SLL_DEFINE "WITHOUT_SSL")
|
||||
if (HEART_SSL)
|
||||
|
||||
list(APPEND CMAKE_FIND_ROOT_PATH "$ENV{OPENSSL_ROOT_DIR}")
|
||||
find_package(OpenSSL REQUIRED)
|
||||
find_package(OpenSSL 1.1.1 REQUIRED)
|
||||
set(SLL_DEFINE "USE_HEART_SSL")
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user