Bump GoogleTest to 1.16

This commit is contained in:
Cœur
2025-11-07 16:16:34 +01:00
committed by Nathan Moinvaziri
parent 362b091dc4
commit 6e5e01a1ec

View File

@@ -26,7 +26,7 @@ if(NOT TARGET GTest::GTest)
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS_EQUAL 5.3)
set(GTEST_TAG release-1.10.0)
else()
set(GTEST_TAG v1.13.0)
set(GTEST_TAG v1.16.0)
endif()
endif()