aboutsummaryrefslogtreecommitdiff
path: root/modules/FindOpenSSL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindOpenSSL.cmake')
-rw-r--r--modules/FindOpenSSL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindOpenSSL.cmake b/modules/FindOpenSSL.cmake
index 1b13d63f..f07908a0 100644
--- a/modules/FindOpenSSL.cmake
+++ b/modules/FindOpenSSL.cmake
@@ -21,6 +21,6 @@ IF(OPENSSL_FOUND)
ENDIF(NOT OpenSSL_FIND_QUIETLY)
ELSE(OPENSSL_FOUND)
IF(OpenSSL_FIND_REQUIRED)
- MESSAGE(SEND_ERROR "Could not find OpenSSL")
+ MESSAGE(FATAL_ERROR "Could not find OpenSSL")
ENDIF(OpenSSL_FIND_REQUIRED)
ENDIF(OPENSSL_FOUND)