summaryrefslogtreecommitdiff
path: root/ci/windows_msvc_cmake.bat
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2024-08-01 14:05:11 -0400
committerGravatar GitHub <noreply@github.com>2024-08-01 14:05:11 -0400
commit4447c7562e3bc702ade25105912dce503f0c4010 (patch)
tree7d7c3f8f2c41ec3a809d9f7985116f485da48c5d /ci/windows_msvc_cmake.bat
parent7e5c339b1aa790ae03cc614a8d7626d5b4831891 (diff)
Update GoogleTest dependency to 1.15.2 (#1736)20240722.0
This updates to a version of GoogleTest that fixes https://github.com/google/googletest/issues/4581 for downstream users of rules_python Cherry-pick of d0159eab5985aa8561ccda9ee9987d6b2726fd76
Diffstat (limited to 'ci/windows_msvc_cmake.bat')
-rwxr-xr-xci/windows_msvc_cmake.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/windows_msvc_cmake.bat b/ci/windows_msvc_cmake.bat
index 5422628d..c9aee785 100755
--- a/ci/windows_msvc_cmake.bat
+++ b/ci/windows_msvc_cmake.bat
@@ -16,7 +16,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
:: The version of GoogleTest to be used in the CMake tests in this directory.
:: Keep this in sync with the version in the WORKSPACE file.
-SET ABSL_GOOGLETEST_VERSION=1.15.0
+SET ABSL_GOOGLETEST_VERSION=1.15.2
SET ABSL_GOOGLETEST_DOWNLOAD_URL=https://github.com/google/googletest/releases/download/v%ABSL_GOOGLETEST_VERSION%/googletest-%ABSL_GOOGLETEST_VERSION%.tar.gz
:: Replace '\' with '/' in Windows paths for CMake.