You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
732 B

# conflicts with dev-db/mariadb
diff --git a/plugins/compress/CMakeLists.txt b/plugins/compress/CMakeLists.txt
index f6dab85..7ace926 100644
--- a/plugins/compress/CMakeLists.txt
+++ b/plugins/compress/CMakeLists.txt
@@ -11,13 +11,3 @@ REGISTER_PLUGIN(TARGET zlib
DEFAULT STATIC
SOURCES ${COMPRESS_PLUGIN_DIR}/c_zlib.c)
-#zstd compression
-IF(${ZSTD_FOUND})
- INCLUDE_DIRECTORIES(${ZSTD_INCLUDE_DIRS})
- REGISTER_PLUGIN(TARGET zstd
- TYPE MARIADB_CLIENT_COMPRESSION_PLUGIN
- CONFIGURATIONS DYNAMIC STATIC OFF
- DEFAULT DYNAMIC
- SOURCES ${COMPRESS_PLUGIN_DIR}/c_zstd.c
- LIBRARIES ${ZSTD_LIBRARIES})
-ENDIF()