diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ce5d729..63b8272 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -21,7 +21,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.16.0 + GIT_TAG v1.17.0 ) FetchContent_MakeAvailable(googletest)