Skip to content

Commit

Permalink
Add latest GTest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knitschi committed Oct 31, 2017
1 parent 5d37cc7 commit 57c57d2
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -286,7 +286,7 @@ hunter_config(yaml-cpp VERSION 0.5.3-plus-p0)
if(MSVC80)
hunter_config(GTest VERSION 1.7.0-hunter-6)
else()
hunter_config(GTest VERSION 1.8.0-hunter-p8)
hunter_config(GTest VERSION 1.8.0-hunter-p9)
endif()

if(ANDROID)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/GTest/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@ hunter_add_version(
1cdd396b20c8d29f7ea08baaa49673b1c261f545
)

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
1.8.0-hunter-p9
URL
"https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p9.tar.gz"
SHA1
a345f16cb610e0b5dfa7778dc2852b784cfede5b
)

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

0 comments on commit 57c57d2

Please sign in to comment.