diff options
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) |