diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-08-30 22:04:34 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-08-30 22:04:34 +0200 |
commit | ceb9aed4e2fe2038063d2487766d863d04846974 (patch) | |
tree | 21fea83cb3e366bfabf59fb890160359bc69b830 /dep | |
parent | 55687670c8f5a282c0d4d9727e0bb1d088d50833 (diff) |
Dep/MySQL: Remove hardcoded mariadb search locations
Closes #31242
Diffstat (limited to 'dep')
-rw-r--r-- | dep/mysql/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |