diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index 206c5e5fb5..1ea23c5567 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -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) diff --git a/cmake/projects/cereal/hunter.cmake b/cmake/projects/cereal/hunter.cmake index 3085a9bcfa..85c5670eda 100644 --- a/cmake/projects/cereal/hunter.cmake +++ b/cmake/projects/cereal/hunter.cmake @@ -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