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:
parent
ec14273b8f
commit
2026a309e6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user