Skip to content

Commit

Permalink
Update 'GTest' to v1.10.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth authored and bkotzz committed Nov 1, 2019
1 parent 2ccff0d commit 5a0b657
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -69,7 +69,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.8.1)
hunter_default_version(GTest VERSION 1.10.0)
endif()

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

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
"1.10.0"
URL
"https://github.com/google/googletest/archive/release-1.10.0.tar.gz"
SHA1
9c89be7df9c5e8cb0bc20b3c4b39bf7e82686770
)

if(HUNTER_GTest_VERSION VERSION_LESS 1.8.0)
set(_gtest_license "LICENSE")
Expand Down

0 comments on commit 5a0b657

Please sign in to comment.