Add mariadb 10.6 version number

This script and a few others should be rewritten to reverse search, to make sure it uses the newest version of the libraries available.
This commit is contained in:
Foereaper 2021-11-08 18:38:48 +01:00 committed by GitHub
parent ec14273b8f
commit 2026a309e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ if (_MYSQL_USE_PKGCONFIG)
endif ()
if(NOT MySQL_FOUND)
set(_MySQL_mariadb_versions 10.1 10.2 10.3 10.4 10.5)
set(_MySQL_mariadb_versions 10.1 10.2 10.3 10.4 10.5 10.6)
set(_MySQL_versions 5.4 5.5 5.6 5.7 8.0)
set(_MySQL_paths)
foreach (_MySQL_version IN LISTS _MySQL_mariadb_versions)