From 2026a309e687092440d51b929abba326a15cd915 Mon Sep 17 00:00:00 2001 From: Foereaper Date: Mon, 8 Nov 2021 18:38:48 +0100 Subject: [PATCH] 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. --- cmake/FindMySQL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindMySQL.cmake b/cmake/FindMySQL.cmake index 50fd7a01..c2f53703 100644 --- a/cmake/FindMySQL.cmake +++ b/cmake/FindMySQL.cmake @@ -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)