aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
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)