build: upgrade googletest from 1.11.0 to 1.12.1

This commit is contained in:
yanyiwu 2025-04-12 10:02:10 +08:00
parent 338603b676
commit 9cda7f33e8

View File

@ -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)