diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2022-04-02 15:13:16 -0700 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2022-04-04 09:25:12 +0200 |
| commit | 11f54459f30d71ebd4b36798ec1ea83f26ff72c3 (patch) | |
| tree | eaf03d91c081b2162b285af5887ec00b4be4ef6f /test | |
| parent | 8117b0e7147922e5530fa70977ece0fb913054c2 (diff) | |
| download | Project-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.txt | 2 |
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() |
