From: Hans Kristian Rosbach Date: Sat, 23 Dec 2023 19:00:48 +0000 (+0100) Subject: Update to GoogleTest 1.12.1. X-Git-Tag: 2.1.6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1747a5d187a6ad80146867446ff69e52e8d49c;p=thirdparty%2Fzlib-ng.git Update to GoogleTest 1.12.1. This requires minimum CMake 3.5 and C++11, this matches nicely with zlib-ng 2.1.x requirements. --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a7919a96..2a673748 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -143,7 +143,7 @@ if(WITH_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 release-1.12.1) endif() endif()