From 2d0faec511d35ad64043f60bd1fe4d98b337ae8b Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 7 Jun 2022 16:08:34 +0200 Subject: Update xmake.lua Lock catch2 to 2.13.8 to sidestep build issues with 3.x --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake.lua') 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", -- cgit v1.2.3