Upgrade to GoogleTest Framework v1.13.0.

This commit is contained in:
Nathan Moinvaziri 2024-06-07 19:26:12 -07:00
parent 71334463b2
commit 2f380cbbbf

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 release-1.11.0)
set(GTEST_TAG v1.13.0)
endif()
endif()