From 1ad2535944ec5fa3235579cc551ce3bf64f896a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 6 Mar 2020 03:21:18 +0100 Subject: [PATCH] cmake: Add a check notification forgotten in the previous commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit b4c874198ac97a5f18838ed3f75d749c36ecd628) --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 422de8c9..71e345e1 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -267,6 +267,7 @@ endif( WITH_MP4V2 ) if( WITH_MYSQL ) #### check for MySql or Mariadb +message( STATUS "Check for MariaDB or MySQL" ) find_program( MYSQL_CONFIG NAMES mariadb_config mysql_config ) if( NOT MYSQL_CONFIG ) tde_message_fatal( "MySql support is requested but neither MySql or Mariadb have been found on your system" )