diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |