aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-04-24 12:40:40 +0200
committerGitHub Enterprise <[email protected]>2024-04-24 12:40:40 +0200
commit351238e2d576a92b2f9edc5e94b7463efec56acc (patch)
tree85e8e20ff5078da8a6ba10489fa684d142857856 /xmake.lua
parentBugfix: Only disable oplog update capture if we have started it (#58) (diff)
downloadzen-351238e2d576a92b2f9edc5e94b7463efec56acc.tar.xz
zen-351238e2d576a92b2f9edc5e94b7463efec56acc.zip
bump vcpkg and xmake to latest (#40)
- Improvement: Bumped xmake to 2.9.1 and vcpkg version to 2024.03.25
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 02781541b..845ac6660 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -7,7 +7,7 @@ add_requires(
"vcpkg::blake3",
"vcpkg::cpr",
"vcpkg::curl",
- "vcpkg::cxxopts 3.0.0",
+ "vcpkg::cxxopts",
"vcpkg::doctest",
"vcpkg::fmt",
"vcpkg::gsl-lite",