From e817e53fed31e8fd6401e663b598596c0327610f Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Wed, 4 Dec 2024 15:44:34 +0100 Subject: [PATCH] [release] update gtest --- third_party/gtest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/gtest/CMakeLists.txt b/third_party/gtest/CMakeLists.txt index fb0407ba215..75817db1ab9 100644 --- a/third_party/gtest/CMakeLists.txt +++ b/third_party/gtest/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.14.0 + GIT_TAG v1.15.2 ) # need to set the variables in CACHE due to CMP0077 set(gtest_disable_pthreads ON CACHE INTERNAL "")