From a46bf4d4fe6d241aac0862b0f92c14e6569211ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Tue, 28 Oct 2025 09:54:38 +0100 Subject: [PATCH] build(deps): update googletest to v1.17.0 --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd709542..6fc1ce95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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