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:59:47 +0200 |
commit | 9c04a329f2789d9337bbbb1f6888d226f80fc666 (patch) | |
tree | cc25addf44d7fc274651b3a24544b65780e99465 /dep | |
parent | ae3856b582c207007f2228f77522c204feb8183b (diff) |
Dep/MySQL: Remove hardcoded mariadb search locations
Closes #31242
(cherry picked from commit ceb9aed4e2fe2038063d2487766d863d04846974)
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) |