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