]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update to GoogleTest 1.12.1.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 23 Dec 2023 19:00:48 +0000 (20:00 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 27 Dec 2023 18:14:23 +0000 (19:14 +0100)
This requires minimum CMake 3.5 and C++11, this matches nicely with zlib-ng 2.1.x requirements.

test/CMakeLists.txt

index a7919a962896ad3f938909d4139489bb4ee02247..2a673748bfef44d60292b4ccbb44465c1d024775 100644 (file)
@@ -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()