From 191846e3e21c697c28bd5c8a166edeb4072161e3 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 20 Mar 2006 21:05:37 +0000 Subject: minor cleanups: indenting, adding newline to end of file, etc. svn path=/trunk/KDE/kdelibs/; revision=520790 --- modules/FindOpenSSL.cmake | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'modules/FindOpenSSL.cmake') diff --git a/modules/FindOpenSSL.cmake b/modules/FindOpenSSL.cmake index 952d4c20..ada33cf0 100644 --- a/modules/FindOpenSSL.cmake +++ b/modules/FindOpenSSL.cmake @@ -19,20 +19,20 @@ FIND_LIBRARY(OPENSSL_LIBRARIES NAMES ssl ssleay32 ${GNUWIN32_DIR}/lib ) -if(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES) +if (OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES) set(OPENSSL_FOUND TRUE) -endif(OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES) +endif (OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES) -if(OPENSSL_FOUND) - if(NOT OpenSSL_FIND_QUIETLY) +if (OPENSSL_FOUND) + if (NOT OpenSSL_FIND_QUIETLY) message(STATUS "Found OpenSSL: ${OPENSSL_LIBRARIES}") - endif(NOT OpenSSL_FIND_QUIETLY) -else(OPENSSL_FOUND) - if(OpenSSL_FIND_REQUIRED) + endif (NOT OpenSSL_FIND_QUIETLY) +else (OPENSSL_FOUND) + if (OpenSSL_FIND_REQUIRED) message(FATAL_ERROR "Could NOT find OpenSSL") - endif(OpenSSL_FIND_REQUIRED) -endif(OPENSSL_FOUND) + endif (OpenSSL_FIND_REQUIRED) +endif (OPENSSL_FOUND) MARK_AS_ADVANCED(OPENSSL_INCLUDE_DIR OPENSSL_LIBRARIES) -- cgit v1.2.1