Bump google-test library version.

This commit is contained in:
ArthurSonzogni
2025-10-19 09:13:46 +02:00
parent 2b9913e2eb
commit d4fda16e20

View File

@@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(googletest
GIT_REPOSITORY "https://github.com/google/googletest"
GIT_TAG 23ef29555ef4789f555f1ba8c51b4c52975f0907
GIT_TAG 52eb8108c5bdec04579160ae17225d66034bd723 # v1.17.0
GIT_PROGRESS TRUE
)