build(deps): update googletest to v1.17.0

This commit is contained in:
Max Lübke 2025-10-28 09:54:38 +01:00
parent 9d48f28708
commit a46bf4d4fe

View File

@ -420,10 +420,11 @@ if (STANDALONE_BUILD)
cmake_policy(SET CMP0135 NEW)
endif()
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/release-1.12.1.tar.gz
)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.17.0
)
mark_as_advanced(
FETCHCONTENT_BASE_DIR