aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-11-08 09:42:45 +0100
committerGitHub <[email protected]>2023-11-08 09:42:45 +0100
commitfb38d428d144ef091ed0086051a52a82ebee533b (patch)
tree50312078e7e468713e0f9ad8bfb4408a52868b92 /src
parentDon't put cache entries into the memory cache on Put, only on Get (#518) (diff)
downloadzen-fb38d428d144ef091ed0086051a52a82ebee533b.tar.xz
zen-fb38d428d144ef091ed0086051a52a82ebee533b.zip
removed zstd references (#521)
Diffstat (limited to 'src')
-rw-r--r--src/zen/xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zen/xmake.lua b/src/zen/xmake.lua
index fef48e7bc..b8eb23839 100644
--- a/src/zen/xmake.lua
+++ b/src/zen/xmake.lua
@@ -27,5 +27,4 @@ target("zen")
add_syslinks("bsm")
end
- add_packages("vcpkg::zstd")
- add_packages("vcpkg::cxxopts", "vcpkg::mimalloc")
+ add_packages("vcpkg::cxxopts", "vcpkg::mimalloc", "vcpkg::fmt")