Skip to content

Commit 9f16b7b

Browse files
author
Tor Didriksen
committed
cleanup cmake message output for SASL library
Change-Id: Ic754978de7244566ae57323243aaddf4db889feb
1 parent 37c055e commit 9f16b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmysql/authentication_ldap/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENDIF ()
5353
IF(NOT SASL_LIBRARY_PATH)
5454
SET(SASL_LIBRARY_PATH /usr/lib64/libsasl2.so)
5555
ENDIF ()
56-
MESSAGE(${SASL_LIBRARY_PATH})
56+
MESSAGE(STATUS "SASL_LIBRARY_PATH = ${SASL_LIBRARY_PATH}")
5757

5858
# LDAP authentication SASL client will not build on windows, as windows don't have cyrus sasl.
5959
# IF someone like can build the cyrus sasl library on windows and build LDAP authentication sasl client as well.

0 commit comments

Comments
 (0)