diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cd34ee7..c6f1de2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare( benchmark GIT_REPOSITORY https://github.com/google/benchmark.git - GIT_TAG v1.9.4 + GIT_TAG v1.9.5 GIT_SHALLOW TRUE )