Skip to content

Commit

Permalink
pthread-stubs 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Apr 25, 2019
1 parent 3f24b02 commit 927cee6
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -395,7 +395,7 @@ hunter_default_version(polyclipping VERSION 4.8.8-p0) # for Assimp
hunter_default_version(presentproto VERSION 1.0)
hunter_default_version(prometheus-cpp VERSION 0.6.0-p2)
hunter_default_version(protobuf-c VERSION 1.3.0-p1)
hunter_default_version(pthread-stubs VERSION 0.3)
hunter_default_version(pthread-stubs VERSION 0.4)
hunter_default_version(pugixml VERSION 1.8.1)
hunter_default_version(pybind11 VERSION 2.2.4)
hunter_default_version(qhull VERSION 7.2.0-p1)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/pthread-stubs/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ hunter_add_version(
7fc486ad0ec54938f8b781cc374218f50eac8b99
)

# https://www.x.org/releases/individual/xcb/
hunter_add_version(
PACKAGE_NAME
pthread-stubs
VERSION
"0.4"
URL
"https://www.x.org/releases/individual/xcb/libpthread-stubs-0.4.tar.bz2"
SHA1
c42503a2ae0067b2238b2f3fefc86656baa4dd8e
)

hunter_configuration_types(pthread-stubs CONFIGURATION_TYPES Release)
hunter_pick_scheme(DEFAULT url_sha1_autotools)
hunter_cacheable(pthread-stubs)
Expand Down

0 comments on commit 927cee6

Please sign in to comment.