diff --git a/test/unittest/CMakeLists.txt b/test/unittest/CMakeLists.txt index 4a375c1..053823e 100644 --- a/test/unittest/CMakeLists.txt +++ b/test/unittest/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.11.0 + GIT_TAG release-1.12.1 ) FetchContent_MakeAvailable(googletest)