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

add cereal version 1.2.2 (HEAD) #964

Merged
merged 3 commits into from
Aug 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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