small change to cmake output

This commit is contained in:
Markus Makela
2014-11-21 14:20:51 +02:00
parent 7dc0776346
commit 1b8cef4080

View File

@ -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)