File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
#
14
14
15
15
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" )
18
18
19
19
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" )
22
22
23
- mark_as_advanced (SASL2_LIBRARIES SASL2_INCLUDE_DIR )
23
+ MARK_AS_ADVANCED (SASL2_LIBRARIES SASL2_INCLUDE_DIR )
24
24
25
25
# handle the QUIETLY and REQUIRED arguments and set SASL2_FOUND to TRUE if
26
26
# all listed variables are TRUE
27
- include (FindPackageHandleStandardArgs )
27
+ INCLUDE (FindPackageHandleStandardArgs )
28
28
FIND_PACKAGE_HANDLE_STANDARD_ARGS (SASL2 REQUIRED_VARS SASL2_LIBRARIES SASL2_INCLUDE_DIR )
You can’t perform that action at this time.
0 commit comments