Skip to content

Commit

Permalink
Update 'boost' to v1.78.0 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixeu authored Dec 15, 2021
1 parent 14a6b9a commit 6fdccaa
Show file tree
Hide file tree
Showing 2 changed files with 13 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.77.0)
hunter_default_version(Boost VERSION 1.78.0)
endif()

hunter_default_version(BoostCompute VERSION 0.5-p0)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/Boost/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,18 @@ hunter_add_version(
SHA1
0cb4f947d094fc311e13ffacaff00418130ef5ef
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.78.0"
URL
"${_hunter_boost_base_url}/1.78.0/source/boost_1_78_0.tar.bz2"
SHA1
7ccc47e82926be693810a687015ddc490b49296d
)

# 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 6fdccaa

Please sign in to comment.