From cafdc5c151a1357f8cf0cf34afd80561b7c87fcc Mon Sep 17 00:00:00 2001 From: bialger <bigulov.sasha@gmail.com> Date: Tue, 13 Aug 2024 11:29:05 +0300 Subject: [PATCH] Updated googletest version --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 20d4b8f..1af1537 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.12.1 + GIT_TAG release-v1.15.2 ) # For Windows: Prevent overriding the parent project's compiler/linker settings