feat(Deps/MySQL): add support MariaDB 10.5 (#3452)

This commit is contained in:
Kargatum
2020-09-11 10:16:41 +07:00
committed by GitHub
parent 3a8ca806c5
commit c141be8684
2 changed files with 3 additions and 2 deletions

View File

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