Browse Source

Merge remote-tracking branch 'purple/openssl' into fix-leak-2017-09-27

pull/965/head
Jeff Becker 7 years ago
parent
commit
acde10b46e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 2
      build/CMakeLists.txt

2
build/CMakeLists.txt

@ -324,7 +324,7 @@ if(NOT DEFINED OPENSSL_INCLUDE_DIR) @@ -324,7 +324,7 @@ if(NOT DEFINED OPENSSL_INCLUDE_DIR)
message(SEND_ERROR "Could not find OpenSSL. Please download and install it first!")
else()
if(NOT (OPENSSL_VERSION VERSION_LESS 1.1))
message(SEND_ERROR "Unsupported OpenSSL version: ${OPENSSL_VERSION} (required < 1.1)")
message(WARNING "Your OpenSSL version ${OPENSSL_VERSION} >=1.1 is experimental: build with v1.0 when possible.")
endif()
endif()

Loading…
Cancel
Save