chore: update gtest to v1.14.0

This commit is contained in:
Marcus Holland-Moritz 2023-12-30 20:39:20 +01:00
parent 6d4153ca87
commit 22af434200

View File

@ -318,7 +318,7 @@ if(WITH_TESTS)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
GIT_REPOSITORY ${GOOGLETEST_GIT_REPO} GIT_REPOSITORY ${GOOGLETEST_GIT_REPO}
GIT_TAG v1.13.0 GIT_TAG v1.14.0
) )
# For Windows: Prevent overriding the parent project's compiler/linker settings # For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)