Update GTEST version (#68)

This commit is contained in:
Yiltan
2025-03-31 08:58:30 -04:00
committed by GitHub
parent e9f6227d75
commit e16ca7a1e3
+1 -1
View File
@@ -174,7 +174,7 @@ FetchContent_Declare(
googletest
PREFIX extern/googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG release-1.12.0
)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)