Skip to content

Commit

Permalink
upgrade gtest to 1.15.2 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
simbahebinbo authored Sep 3, 2024
1 parent 2f3cf77 commit cd8a2c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ hunter_default_version(GSL VERSION 2.1.0-p2)
if(MSVC80)
hunter_default_version(GTest VERSION 1.7.0-hunter-6)
else()
hunter_default_version(GTest VERSION 1.14.0)
hunter_default_version(GTest VERSION 1.15.2)
endif()

hunter_default_version(HalideIR VERSION 0.0-32057b5-p0)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/GTest/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,18 @@ hunter_add_version(
2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c
)

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
"1.15.2"
URL
"https://github.com/google/googletest/archive/v1.15.2.tar.gz"
SHA1
568d58e26bd4e838449ca7ab8ebc152b3cbd210d
)


if(HUNTER_GTest_VERSION VERSION_LESS 1.8.0 OR HUNTER_GTest_VERSION VERSION_GREATER_EQUAL 1.11.0)
set(_gtest_license "LICENSE")
else()
Expand Down

0 comments on commit cd8a2c7

Please sign in to comment.