aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-03-27 21:04:56 +0200
committerStefan Boberg <[email protected]>2023-03-27 21:04:56 +0200
commitcb8e8f899709a4d3f3aa52c1545be3dddb985db2 (patch)
tree15cce5d0edb59ea1fbc44f0ccf522439cdc3cc7b /xmake.lua
parentDe/fix rpc replay to handle pid (#243) (diff)
downloadzen-cb8e8f899709a4d3f3aa52c1545be3dddb985db2.tar.xz
zen-cb8e8f899709a4d3f3aa52c1545be3dddb985db2.zip
lock cxxopts to v3.0.0 for now
v3.1.x contains breaking changes to exceptions this is a temporary workaround
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 8acb58deb..7b5822371 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -7,7 +7,7 @@ add_requires(
"vcpkg::blake3",
"vcpkg::cpr",
"vcpkg::curl",
- "vcpkg::cxxopts",
+ "vcpkg::cxxopts 3.0.0",
"vcpkg::doctest",
"vcpkg::fmt",
"vcpkg::gsl-lite",