Skip to content

Commit

Permalink
Add GTest v1.13.0 and v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon committed Oct 26, 2023
1 parent 1897f17 commit 943f1ed
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@ -70,7 +70,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.12.1)
hunter_default_version(GTest VERSION 1.14.0)
endif()

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

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
"1.13.0"
URL
"https://github.com/google/googletest/archive/v1.13.0.tar.gz"
SHA1
bfa4b5131b6eaac06962c251742c96aab3f7aa78
)

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
"1.14.0"
URL
"https://github.com/google/googletest/archive/v1.14.0.tar.gz"
SHA1
2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c
)

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 943f1ed

Please sign in to comment.