From ceb9aed4e2fe2038063d2487766d863d04846974 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 30 Aug 2025 22:04:34 +0200 Subject: Dep/MySQL: Remove hardcoded mariadb search locations Closes #31242 --- dep/mysql/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep') diff --git a/dep/mysql/CMakeLists.txt b/dep/mysql/CMakeLists.txt index dd9b7c9f1b3..3620d66afb3 100644 --- a/dep/mysql/CMakeLists.txt +++ b/dep/mysql/CMakeLists.txt @@ -9,7 +9,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. set(MYSQL_MIN_VERSION_MySQL 8.0.34) -set(MYSQL_MIN_VERSION_MariaDB 10.4) +set(MYSQL_MIN_VERSION_MariaDB 10.6.3) find_package(MySQL COMPONENTS lib) add_library(mysql INTERFACE) -- cgit v1.2.3