Skip to content

Commit

Permalink
Update of PocoCPP hunter pkg to 1.10.1 (cpp-pm#188)
Browse files Browse the repository at this point in the history
* Update Poco version

* Disable some broken components

* Update poco version

* Update version

* Update version

* update poco version

* update version

* update version

* Update to new poco version 1.10.1

* Update to v1.10.1-p0 poco version
  • Loading branch information
Bjoe authored May 5, 2020
1 parent 8dd30ee commit 694db46
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 @@ -114,7 +114,7 @@ hunter_default_version(OpenSceneGraph VERSION 3.6.3-p0)
hunter_default_version(PNG VERSION 1.6.26-p6)
hunter_default_version(PROJ4 VERSION 5.0.0)
hunter_default_version(PhysUnits VERSION 1.1.0-p0)
hunter_default_version(PocoCpp VERSION 1.10.0-p0)
hunter_default_version(PocoCpp VERSION 1.10.1-p0)
hunter_default_version(PostgreSQL VERSION 10.0.0)
hunter_default_version(Protobuf VERSION 3.11.2-p0)

Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/PocoCpp/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ include(hunter_pick_scheme)
include(hunter_cacheable)
include(hunter_download)

hunter_add_version(
PACKAGE_NAME
PocoCpp
VERSION
1.10.1-p0
URL
"https://github.com/cpp-pm/poco/archive/v1.10.1-p0.zip"
SHA1
3922c320158ec4c1bc37c10be76ff788d253d64f
)

hunter_add_version(
PACKAGE_NAME
PocoCpp
Expand Down

0 comments on commit 694db46

Please sign in to comment.