diff options
| author | Stefan Boberg <[email protected]> | 2023-03-07 15:00:28 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-07 15:00:28 +0100 |
| commit | 28ed9533d5f50a68c2daf97a43dacc2c58a33d8b (patch) | |
| tree | 5b04a0261d2536cc3b97553710c894185575dc19 /xmake.lua | |
| parent | store cache rawhash and rawsize for unstructured cache values (#234) (diff) | |
| download | zen-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.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) |