From b4c874198ac97a5f18838ed3f75d749c36ecd628 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 --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 10b7a1db..f95dbc4f 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" )