From 93fe7995009a3fdbaa5a2e9992a46aea0cd8517f Mon Sep 17 00:00:00 2001 From: Marc Auberer Date: Fri, 7 Feb 2025 19:02:39 +0100 Subject: [PATCH] Upgrade Googletest to 1.16.0 (#763) --- setup-libs.bat | 2 +- setup-libs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-libs.bat b/setup-libs.bat index 3f35e19d6..a8a9bfea3 100644 --- a/setup-libs.bat +++ b/setup-libs.bat @@ -10,7 +10,7 @@ pushd lib git clone --quiet --depth 1 --branch 4.13.2 /~https://github.com/antlr/antlr4.git :: Download Google Test -git clone --quiet --depth 1 --branch v1.15.2 /~https://github.com/google/googletest.git +git clone --quiet --depth 1 --branch v1.16.0 /~https://github.com/google/googletest.git :: Download JSON for Modern C++ mkdir json diff --git a/setup-libs.sh b/setup-libs.sh index 75e9d0cd7..edce63001 100755 --- a/setup-libs.sh +++ b/setup-libs.sh @@ -9,7 +9,7 @@ cd lib || exit git clone --quiet --depth 1 --branch 4.13.2 /~https://github.com/antlr/antlr4.git # Download Google Test -git clone --quiet --depth 1 --branch v1.15.2 /~https://github.com/google/googletest.git +git clone --quiet --depth 1 --branch v1.16.0 /~https://github.com/google/googletest.git # Download JSON for Modern C++ mkdir json