dependency: update googletest to 1.16.0

This commit is contained in:
Corentin Le Molgat
2025-03-26 14:39:03 +01:00
parent 534c53b924
commit c1377af411
3 changed files with 3 additions and 3 deletions

View File

@@ -16,5 +16,5 @@ pybind11=v2.13.6
pybind11_abseil=v202402.0
pybind11_protobuf=84653a591aea5df482dc2bde42c19efafbd53a57
# Testing
googletest=v1.15.2
googletest=v1.16.0
benchmark=v1.9.1

View File

@@ -461,10 +461,10 @@ if(BUILD_googletest)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.15.2
GIT_TAG v1.16.0
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace
"${CMAKE_CURRENT_LIST_DIR}/../../patches/googletest-v1.15.2.patch"
"${CMAKE_CURRENT_LIST_DIR}/../../patches/googletest-v1.16.0.patch"
#PATCH_COMMAND git apply --ignore-whitespace ""
)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)