cmake: Add a check notification forgotten in the previous commit.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b4c874198a)
r14.0.x
Slávek Banko 4 years ago
parent f75eb058f1
commit 1ad2535944
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save