Skip to content

Commit

Permalink
Update 'hunter_venv' to v1.0.2 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon authored and rbsheth committed Jan 24, 2020
1 parent 23225fc commit 57dde76
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 @@ -290,7 +290,7 @@ hunter_default_version(harfbuzz VERSION 1.7.6-p2)
hunter_default_version(hdf5 VERSION 1.8.15-p1)
hunter_default_version(highwayhash VERSION 0.0.0)
hunter_default_version(http-parser VERSION 2.8.0)
hunter_default_version(hunter_venv VERSION 1.0.1)
hunter_default_version(hunter_venv VERSION 1.0.2)
hunter_default_version(ice VERSION 1.0.9)
hunter_default_version(icu-le-hb VERSION 1.0.3-231788a-p0)
hunter_default_version(icu-lx VERSION 63.1-p1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/hunter_venv/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ hunter_add_version(
e15dd948ab070960538ec6918bb4c64296174f14
)

hunter_add_version(
PACKAGE_NAME
hunter_venv
VERSION
1.0.2
URL
"https://github.com/cpp-pm/hunter_venv/archive/v1.0.2.tar.gz"
SHA1
130d66d80f162d9d5cd706a55f62fcdb9bbdbc9b
)

# DOCUMENTATION_START {
if(APPLE)
set(__hunter_venv_default_python "3.7.5")
Expand Down

0 comments on commit 57dde76

Please sign in to comment.