Skip to content

Commit 0f04f58

Browse files
committed
Code style
1 parent 2e31c46 commit 0f04f58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

FindSasl2.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
#
1414

1515
FIND_PATH(SASL2_INCLUDE_DIR NAMES sasl/sasl.h
16-
PATHS /include /usr/include /usr/local/include /usr/share/include /opt/include
17-
DOC "Try and find the header file sasl/sasl.h")
16+
PATHS /include /usr/include /usr/local/include /usr/share/include /opt/include
17+
DOC "Try and find the header file sasl/sasl.h")
1818

1919
FIND_LIBRARY(SASL2_LIBRARIES NAMES sasl2
20-
PATHS /usr/lib /lib /usr/local/lib /usr/share/lib /opt/lib /opt/share/lib /var/lib
21-
DOC "Try and find libsasl2")
20+
PATHS /usr/lib /lib /usr/local/lib /usr/share/lib /opt/lib /opt/share/lib /var/lib
21+
DOC "Try and find libsasl2")
2222

23-
mark_as_advanced(SASL2_LIBRARIES SASL2_INCLUDE_DIR)
23+
MARK_AS_ADVANCED(SASL2_LIBRARIES SASL2_INCLUDE_DIR)
2424

2525
# handle the QUIETLY and REQUIRED arguments and set SASL2_FOUND to TRUE if
2626
# all listed variables are TRUE
27-
include(FindPackageHandleStandardArgs)
27+
INCLUDE(FindPackageHandleStandardArgs)
2828
FIND_PACKAGE_HANDLE_STANDARD_ARGS(SASL2 REQUIRED_VARS SASL2_LIBRARIES SASL2_INCLUDE_DIR)

0 commit comments

Comments
 (0)