Skip to content
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 @@ -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