Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Update gtest: 1.7.0-hunter-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Dec 22, 2013
1 parent acac94f commit dff7385
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(hunter_config)
# NOTE: no names with spaces!

hunter_config(Boost VERSION 1.55.0)
hunter_config(GTest VERSION 1.7.0-hunter-1)
hunter_config(GTest VERSION 1.7.0-hunter-2)
hunter_config(OpenSSL VERSION 1.0.1e)
hunter_config(Sugar VERSION 1.0.4)
hunter_config(ios_sim VERSION 1.8.2)
11 changes: 11 additions & 0 deletions cmake/projects/GTest/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ hunter_add_version(
0cb1dcf75e144ad052d3f1e4923a7773bf9b494f
)

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
"1.7.0-hunter-2"
URL
"https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-2.tar.gz"
SHA1
e62b2ef70308f63c32c560f7b6e252442eed4d57
)

string(COMPARE EQUAL "${CMAKE_OSX_SYSROOT}" "iphoneos" _hunter_result)
if(_hunter_result)
set(_hunter_download_scheme url_sha1_combined_release_debug)
Expand Down

0 comments on commit dff7385

Please sign in to comment.