diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-11 16:28:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-11 16:28:51 +0200 |
commit | 12a6ade3eec67f28efe570380d6ce926cf4c0962 (patch) | |
tree | 9a14e2335a74c937ec9208f4ee81815c7bf73952 /cmake/macros/FindOpenSSL.cmake | |
parent | 3772561ae43cb8474f2d028f24ec665f7da3fbed (diff) |
Update FindOpenSSL.cmake
Diffstat (limited to 'cmake/macros/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 5414c28467a..ff9095dc4b0 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 to 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") endif() endif (OPENSSL_INCLUDE_DIR) |