feat(Core/Cmake): add support MariaDb 10.7 and 10.8 (#10322)

This commit is contained in:
Kargatum
2022-01-23 20:36:40 +07:00
committed by GitHub
parent a4a2b93300
commit 378539ce7f

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")
set(_MARIADB_KNOWN_VERSIONS "MariaDB 10.8" "MariaDB 10.7" "MariaDB 10.6" "MariaDB 10.5")
# Set default options
set(MARIADB_FOUND_LIB 0)