diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-02-07 10:46:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 10:46:52 +0100 |
| commit | 00889ba00992664fa6e101e53e4a36faacfc764e (patch) | |
| tree | 1b9d29ea6c4bb31671b003f975e177b01c409e7f | |
| parent | 57798b649cbb32e4f654c9b48bb594bf70b72959 (diff) | |
Update FindOpenSSL.cmake
| -rw-r--r-- | cmake/macros/FindOpenSSL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/FindOpenSSL.cmake b/cmake/macros/FindOpenSSL.cmake index ff9095dc4b0..ca67601427c 100644 --- a/cmake/macros/FindOpenSSL.cmake +++ b/cmake/macros/FindOpenSSL.cmake @@ -223,7 +223,7 @@ if (OPENSSL_INCLUDE_DIR) include(EnsureVersion) ENSURE_VERSION_RANGE("${OPENSSL_EXPECTED_VERSION}" "${OPENSSL_VERSION}" "${OPENSSL_MAX_VERSION}" OPENSSL_VERSION_OK) if (NOT OPENSSL_VERSION_OK) - message(FATAL_ERROR "TrinityCore needs OpenSSL version ${OPENSSL_EXPECTED_VERSION} but found too new version ${OPENSSL_VERSION}. Any version different to 1.0.x breaks TrinityCore compatibility (and we cannot fix this). Please install OpenSSL 1.0.x") + message(FATAL_ERROR "TrinityCore needs OpenSSL version ${OPENSSL_EXPECTED_VERSION} but found too new version ${OPENSSL_VERSION}. Any version different to 1.0.x breaks TrinityCore compatibility (and we cannot fix this). Please install OpenSSL 1.0.x if you still have problems search on forum for TCE00022") endif() endif (OPENSSL_INCLUDE_DIR) |
