aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'xmake.lua')
-rw-r--r--xmake.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake.lua b/xmake.lua
index dbbfeb9c2..8acb58deb 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -5,7 +5,6 @@ set_configvar("ZEN_SCHEMA_VERSION", 4) -- store Cid data in CAS under raw hash (
add_requires(
"vcpkg::asio",
"vcpkg::blake3",
- "vcpkg::catch2 2.13.8",
"vcpkg::cpr",
"vcpkg::curl",
"vcpkg::cxxopts",
@@ -113,13 +112,6 @@ if is_os("windows") then
add_define_by_config("ZEN_WITH_HTTPSYS", "httpsys")
end
-option("catch2")
- set_default(false)
- set_showmenu(true)
- set_description("Use catch2 to run tests")
-option_end()
-add_define_by_config("ZEN_USE_CATCH2", "catch2")
-
option("compute")
set_default(true)
set_showmenu(true)