aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-03-07 15:00:28 +0100
committerGitHub <[email protected]>2023-03-07 15:00:28 +0100
commit28ed9533d5f50a68c2daf97a43dacc2c58a33d8b (patch)
tree5b04a0261d2536cc3b97553710c894185575dc19 /zencore/xmake.lua
parentstore cache rawhash and rawsize for unstructured cache values (#234) (diff)
downloadzen-28ed9533d5f50a68c2daf97a43dacc2c58a33d8b.tar.xz
zen-28ed9533d5f50a68c2daf97a43dacc2c58a33d8b.zip
removed catch2 (#241)
removed catch2 since it's de facto not supported due to the lack of multithreading support
Diffstat (limited to 'zencore/xmake.lua')
-rw-r--r--zencore/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua
index 61000f739..e1e649c1d 100644
--- a/zencore/xmake.lua
+++ b/zencore/xmake.lua
@@ -27,7 +27,6 @@ target('zencore')
add_options("zentrace")
add_packages(
"vcpkg::blake3",
- "vcpkg::catch2",
"vcpkg::cpr",
"vcpkg::curl", -- required by cpr
"vcpkg::doctest",