Skip to content

Commit

Permalink
[build] try gtest 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 committed Jul 18, 2024
1 parent 3c61638 commit 1d033d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1491,9 +1491,9 @@ if (ENABLE_UNITTESTS AND ENABLE_CXX11)
# Version ranges are only supported with CMake 3.19 or later.
# Need GTest v1.10 or higher to support GTEST_SKIP.
if (${CMAKE_VERSION} VERSION_LESS "3.19.0")
find_package(GTest 1.10)
find_package(GTest 1.11)
else()
find_package(GTest 1.10...1.12)
find_package(GTest 1.11)
endif()
if (NOT GTEST_FOUND)
message(STATUS "GTEST not found! Fetching from git.")
Expand Down

0 comments on commit 1d033d9

Please sign in to comment.