From b641e984095264cd5c8deafc3496d870c5181e9c Mon Sep 17 00:00:00 2001 From: deniskovalchuk Date: Wed, 27 Mar 2024 00:04:48 +0300 Subject: [PATCH] cmake: update googletest to v1.14.0 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e253527..6487a66 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,7 +7,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.12.1) + GIT_TAG v1.14.0) set(INSTALL_GTEST OFF CACHE BOOL "" FORCE) # For Windows: Prevent overriding the parent project's compiler/linker settings set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)