mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
remove cmake warning + better comment
This commit is contained in:
parent
f01f72f913
commit
61b9f2819a
2 changed files with 6 additions and 5 deletions
|
@ -60,7 +60,7 @@ find_package(LibreSSL)
|
|||
MESSAGE(STATUS "LibreSSL Detected: ${IS_LIBRESSL}")
|
||||
|
||||
if(NOT(DEFINED OPENSSL_API_1_1))
|
||||
if(${OPENSSL_VERSION} VERSION_GREATER 1.0.99 AND NOT(${IS_LIBRESSL}))
|
||||
if(${OPENSSL_VERSION} VERSION_GREATER 1.0.99 AND NOT(IS_LIBRESSL))
|
||||
set(OPENSSL_API_1_1 ON)
|
||||
else()
|
||||
set(OPENSSL_API_1_1 OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue