From cd9e38bfa9940e481d915e6c6725678ca658c186 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Thu, 21 Dec 2023 21:44:20 +0100 Subject: [PATCH] Bump googletest (#1895) This is to quiet a compilation warning. It seems we never mentioned it in the CHANGELOG.md so not adding it. --- ext/googletest.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/googletest.cmd b/ext/googletest.cmd index bbe33980ef..8ea1443611 100755 --- a/ext/googletest.cmd +++ b/ext/googletest.cmd @@ -7,7 +7,7 @@ : # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir): : # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat" -git clone -b v1.13.0 --depth 1 https://github.com/google/googletest.git +git clone -b v1.14.0 --depth 1 https://github.com/google/googletest.git cd googletest mkdir build cd build