From: Nathan Moinvaziri Date: Sat, 2 Apr 2022 22:13:16 +0000 (-0700) Subject: Use latest stable version of google test instead of unstable main branch. X-Git-Tag: 2.1.0-beta1~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f54459f30d71ebd4b36798ec1ea83f26ff72c3;p=thirdparty%2Fzlib-ng.git Use latest stable version of google test instead of unstable main branch. --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 35655a3d..64b51c30 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -34,7 +34,7 @@ if(NOT DEFINED GTEST_TAG) 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 main) + set(GTEST_TAG release-1.11.0) endif() endif()