diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e7d5f48..ca5e514 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.14.0 + GIT_TAG v1.15.2 ) # For Windows: Prevent overriding the parent project's compiler/linker settings