diff --git a/macros.cmake b/macros.cmake index e9658a7a7..09e0e8146 100644 --- a/macros.cmake +++ b/macros.cmake @@ -123,7 +123,7 @@ debugmsg("Search returned: ${MYSQL_DIR_LOC}") if(${ERRMSG_FILE} MATCHES "NOTFOUND") message(FATAL_ERROR "Fatal Error: The errmsg.sys file was not found at ${ERRMSG}") else() - message(STATUS "Using errmsg.sys found at: ${ERRMSG_FILE}") + message(STATUS "Using custom errmsg.sys found at: ${ERRMSG_FILE}") endif() else() find_file(ERRMSG_FILE errmsg.sys PATHS /usr/share/mysql /usr/local/share/mysql PATH_SUFFIXES english)