aboutsummaryrefslogtreecommitdiff
path: root/modules/FindSasl2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindSasl2.cmake')
-rw-r--r--modules/FindSasl2.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/FindSasl2.cmake b/modules/FindSasl2.cmake
index 4684735c..4d941806 100644
--- a/modules/FindSasl2.cmake
+++ b/modules/FindSasl2.cmake
@@ -17,16 +17,16 @@ FIND_LIBRARY(SASL2_LIBRARIES NAMES sasl2
)
-if(SASL2_INCLUDE_DIR AND SASL2_LIBRARIES)
+if (SASL2_INCLUDE_DIR AND SASL2_LIBRARIES)
set(SASL2_FOUND TRUE)
-endif(SASL2_INCLUDE_DIR AND SASL2_LIBRARIES)
+endif (SASL2_INCLUDE_DIR AND SASL2_LIBRARIES)
-if(SASL2_FOUND)
- if(NOT SASL2_FIND_QUIETLY)
+if (SASL2_FOUND)
+ if (NOT SASL2_FIND_QUIETLY)
message(STATUS "Found sasl2: ${SASL2_LIBRARIES}")
- endif(NOT SASL2_FIND_QUIETLY)
-endif(SASL2_FOUND)
+ endif (NOT SASL2_FIND_QUIETLY)
+endif (SASL2_FOUND)
MARK_AS_ADVANCED(SASL2_INCLUDE_DIR SASL2_LIBRARIES)