Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade gtest to 1.15.2 #760

Merged
merged 3 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading