refactor(Core/DB): Deprecate MariaDB 10.4 and below (#9675)

This commit is contained in:
Kitzunu
2021-12-14 15:15:44 +01:00
committed by GitHub
parent 6fa91dbe1f
commit 04fd8791e1
3 changed files with 27 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ endif(WIN32)
# Find MariaDB for Windows
if (WIN32)
# Set know versions MariaDB
set(_MARIADB_KNOWN_VERSIONS "MariaDB 10.6" "MariaDB 10.5" "MariaDB 10.4" "MariaDB 10.3" "MariaDB 10.2")
set(_MARIADB_KNOWN_VERSIONS "MariaDB 10.6" "MariaDB 10.5")
# Set default options
set(MARIADB_FOUND_LIB 0)