Skip to content

Commit

Permalink
allow zstd to be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Feb 4, 2022
1 parent 21b91cc commit 840136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/compress/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ REGISTER_PLUGIN(TARGET zlib
IF(${ZSTD_FOUND})
REGISTER_PLUGIN(TARGET zstd
TYPE MARIADB_CLIENT_COMPRESSION_PLUGIN
CONFIGURATIONS DYNAMIC STATIC
CONFIGURATIONS DYNAMIC STATIC OFF
DEFAULT DYNAMIC
SOURCES ${COMPRESS_PLUGIN_DIR}/c_zstd.c
LIBRARIES ${ZSTD_LIBRARIES})
Expand Down

0 comments on commit 840136f

Please sign in to comment.