Skip to content

Commit

Permalink
Add boost 1.62.0-p0
Browse files Browse the repository at this point in the history
silence msvc level 4 warning inside exception/exception.hpp and optional/optional.hpp
see patch here : https://github.com/ivsgroup/boost_patch_warnings/blob/master/boost_1_62_0_patch_ivs.patch
  • Loading branch information
Pascal Thomet committed Jul 7, 2017
1 parent 2a79aa2 commit dd2c817
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cmake/projects/Boost/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ hunter_add_version(
9f1dd4fa364a3e3156a77dc17aa562ef06404ff6
)

# silence msvc level 4 warning inside exception/exception.hpp and optional/optional.hpp
# see patch here : https://github.com/ivsgroup/boost_patch_warnings/blob/master/boost_1_62_0_patch_ivs.patch
hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.62.0-p0"
URL
"https://github.com/ivsgroup/boost_patch_warnings/releases/download/1.62.0-p0/boost_1_62_0-p0.tar.bz2"
SHA1
3c14afd7ba2538d47b1b43c745b698c9e17e32c9
)

hunter_add_version(
PACKAGE_NAME
Boost
Expand Down

0 comments on commit dd2c817

Please sign in to comment.