aboutsummaryrefslogtreecommitdiff
path: root/modules/FindOpenSSL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindOpenSSL.cmake')
-rw-r--r--modules/FindOpenSSL.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/FindOpenSSL.cmake b/modules/FindOpenSSL.cmake
index 8b6d6e5d..1b13d63f 100644
--- a/modules/FindOpenSSL.cmake
+++ b/modules/FindOpenSSL.cmake
@@ -16,11 +16,11 @@ ENDIF(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARY)
IF(OPENSSL_FOUND)
- IF(NOT OPENSSL_FIND_QUIETLY)
+ IF(NOT OpenSSL_FIND_QUIETLY)
MESSAGE(STATUS "Found OpenSSL: ${OPENSSL_LIBRARY}")
- ENDIF(NOT OPENSSL_FIND_QUIETLY)
+ ENDIF(NOT OpenSSL_FIND_QUIETLY)
ELSE(OPENSSL_FOUND)
- IF(OPENSSL_FIND_REQUIRED)
+ IF(OpenSSL_FIND_REQUIRED)
MESSAGE(SEND_ERROR "Could not find OpenSSL")
- ENDIF(OPENSSL_FIND_REQUIRED)
+ ENDIF(OpenSSL_FIND_REQUIRED)
ENDIF(OPENSSL_FOUND)