From 1b8cef4080ba974329f12caac3e9da4f0d1d5442 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 21 Nov 2014 14:20:51 +0200 Subject: [PATCH] small change to cmake output --- macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)