aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-07 16:08:34 +0200
committerGitHub <[email protected]>2022-06-07 16:08:34 +0200
commit2d0faec511d35ad64043f60bd1fe4d98b337ae8b (patch)
tree75147f96d40e06dc62fcfc978b2d66a13f40c14c /xmake.lua
parentUpdate README.md (diff)
downloadzen-2d0faec511d35ad64043f60bd1fe4d98b337ae8b.tar.xz
zen-2d0faec511d35ad64043f60bd1fe4d98b337ae8b.zip
Update xmake.lua
Lock catch2 to 2.13.8 to sidestep build issues with 3.x
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index a4750a1d1..c492ca181 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -7,7 +7,7 @@ set_version(zenversion, { build = "%Y%m%d%H%M" })
add_requires(
"vcpkg::asio",
- "vcpkg::catch2",
+ "vcpkg::catch2 2.13.8",
"vcpkg::cpr",
"vcpkg::curl",
"vcpkg::cxxopts",