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

Commit

Permalink
Merge pull request #964 from headupinclouds/pr.cereal.update
Browse files Browse the repository at this point in the history
add cereal version 1.2.2 (HEAD)
  • Loading branch information
ruslo authored Aug 15, 2017
2 parents 9c95ff3 + 23c14e6 commit 0aa25d2
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 @@ -127,7 +127,7 @@ hunter_config(aglet VERSION 1.2.0)
hunter_config(autobahn-cpp VERSION 0.2.0)
hunter_config(boost-pba VERSION 1.0.0-p0)
hunter_config(ccv VERSION 0.7-p6)
hunter_config(cereal VERSION 1.2.1-p1)
hunter_config(cereal VERSION 1.2.2-p0)
hunter_config(ceres-solver VERSION 1.12.0-p1)
hunter_config(clBLAS VERSION 2.10.0-p0)
hunter_config(convertutf VERSION 1.0.1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/cereal/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ include(hunter_cacheable)

hunter_cacheable(cereal)

hunter_add_version(
PACKAGE_NAME
cereal
VERSION
"1.2.2-p0"
URL
"https://github.com/hunter-packages/cereal/archive/v1.2.2-p0.tar.gz"
SHA1
7325d29644654c16f066a8c887665c2cf78226c2
)

hunter_add_version(
PACKAGE_NAME
cereal
Expand Down

0 comments on commit 0aa25d2

Please sign in to comment.