We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c055e commit 9f16b7bCopy full SHA for 9f16b7b
libmysql/authentication_ldap/CMakeLists.txt
@@ -53,7 +53,7 @@ ENDIF ()
53
IF(NOT SASL_LIBRARY_PATH)
54
SET(SASL_LIBRARY_PATH /usr/lib64/libsasl2.so)
55
ENDIF ()
56
-MESSAGE(${SASL_LIBRARY_PATH})
+MESSAGE(STATUS "SASL_LIBRARY_PATH = ${SASL_LIBRARY_PATH}")
57
58
# LDAP authentication SASL client will not build on windows, as windows don't have cyrus sasl.
59
# IF someone like can build the cyrus sasl library on windows and build LDAP authentication sasl client as well.
0 commit comments