]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Use latest stable version of google test instead of unstable main branch.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 2 Apr 2022 22:13:16 +0000 (15:13 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 4 Apr 2022 07:25:12 +0000 (09:25 +0200)
test/CMakeLists.txt

index 35655a3d0dde5d4a89d96cbf48c8b014bfa6c918..64b51c302a31597c27ee4c2261568953ff78e196 100644 (file)
@@ -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()