summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2022-04-02 15:13:16 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2022-04-04 09:25:12 +0200
commit11f54459f30d71ebd4b36798ec1ea83f26ff72c3 (patch)
treeeaf03d91c081b2162b285af5887ec00b4be4ef6f /test
parent8117b0e7147922e5530fa70977ece0fb913054c2 (diff)
downloadProject-Tick-11f54459f30d71ebd4b36798ec1ea83f26ff72c3.tar.gz
Project-Tick-11f54459f30d71ebd4b36798ec1ea83f26ff72c3.zip
Use latest stable version of google test instead of unstable main branch.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 35655a3d0d..64b51c302a 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()