From 56a2c2423376a6a6371763883a8111c2706915d1 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 30 Apr 2015 11:42:56 +0300 Subject: [PATCH] Added even more clarification to the non-release warning in FindMySQL.cmake --- cmake/FindMySQL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindMySQL.cmake b/cmake/FindMySQL.cmake index cf873eb7d..43aec0bfa 100644 --- a/cmake/FindMySQL.cmake +++ b/cmake/FindMySQL.cmake @@ -30,7 +30,7 @@ message(STATUS "MySQL version: ${MYSQL_VERSION}") message(STATUS "MySQL provider: ${MYSQL_PROVIDER}") if(NOT MYSQL_PROVIDER STREQUAL "MariaDB") -message(WARNING "Not using a release version of MariaDB server.") +message(WARNING "Not using a release version of MariaDB server. If this is intentional, please ignore this warning. Otherwise make sure the right libraries are installed and CMake finds the right libraries.") endif() if(MYSQL_VERSION VERSION_LESS 5.5.41) message(WARNING "MySQL version is ${MYSQL_VERSION}. Minimum supported version is 5.5.41.")