diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0542a09..b1f964c 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.15.0 + GIT_TAG v1.15.2 ) FetchContent_MakeAvailable(googletest)