Skip to content

Commit

Permalink
Boost 1.75.0 without mingw update (cpp-pm#332)
Browse files Browse the repository at this point in the history
* Add Boost 1.75

* Update default.cmake
  • Loading branch information
Thomas Suckow authored Jan 4, 2021
1 parent c56812d commit ab40110
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 @@ -37,7 +37,7 @@ if(MINGW)
# https://github.com/boostorg/build/issues/301
hunter_default_version(Boost VERSION 1.64.0)
else()
hunter_default_version(Boost VERSION 1.72.0-p1)
hunter_default_version(Boost VERSION 1.75.0)
endif()

hunter_default_version(BoostCompute VERSION 0.5-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/Boost/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@ hunter_add_version(
04f570acbe0beb762e588ad3de292d0328a79c64
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.75.0"
URL
"${_hunter_boost_base_url}/1.75.0/source/boost_1_75_0.tar.bz2"
SHA1
6109efd3bdd8b9220d7d85b5e125f7f28721b9a9
)

# up until 1.63 sourcefourge was used
set(_hunter_boost_base_url "https://downloads.sourceforge.net/project/boost/boost/")
hunter_add_version(
Expand Down

0 comments on commit ab40110

Please sign in to comment.