diff options
| author | Stefan Boberg <[email protected]> | 2022-06-07 16:08:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-07 16:08:34 +0200 |
| commit | 2d0faec511d35ad64043f60bd1fe4d98b337ae8b (patch) | |
| tree | 75147f96d40e06dc62fcfc978b2d66a13f40c14c /xmake.lua | |
| parent | Update README.md (diff) | |
| download | zen-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |