diff options
author | Kargatum <dowlandtop@yandex.com> | 2019-04-17 23:42:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 23:42:31 +0700 |
commit | 6150b4b9480b054ca3df6fc4939d119b882ff9f1 (patch) | |
tree | 21ab7ddea2dd6d2f5c681f5d8302a72e8bce39d5 /conf | |
parent | 9ba2e55448a52c8f45e72d44f5ec23f66eacd31b (diff) |
feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674)
* Delete CMake option MARIADB
* Delete definitions (-DMARIADB)
* Replace macro MariaDB support 10.2+
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.cmake.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/config.cmake.dist b/conf/config.cmake.dist index b55332a379..19e6c4c2aa 100644 --- a/conf/config.cmake.dist +++ b/conf/config.cmake.dist @@ -5,7 +5,6 @@ option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" option(USE_COREPCH "Use precompiled headers when compiling servers" 1) option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) -option(MARIADB "Compatibility with 10.2+ versions of MariaDB library" 0) option(WITH_PERFTOOLS "Enable compilation with gperftools libraries included" 0) option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)" 0) option(WITHOUT_GIT "Disable the GIT testing routines" 0) |