feat(Cmake/MySQL): add support MariaDB 10.6 (#7113)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
Kargatum
2021-07-27 00:34:06 +07:00
committed by GitHub
parent e37dba8df6
commit 70a8066ab0
2 changed files with 2 additions and 1 deletions

View File

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