Skip to content
Closed
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 @@ -38,7 +38,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.83.0)
hunter_default_version(Boost VERSION 1.85.0)
endif()

hunter_default_version(BoostCompute VERSION 0.5-p0)
Expand Down
22 changes: 22 additions & 0 deletions cmake/projects/Boost/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,28 @@ hunter_add_version(
75b1f569134401d178ad2aaf97a2993898dd7ee3
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.84.0"
URL
"https://archives.boost.io/release/1.84.0/source/boost_1_84_0.tar.bz2"
SHA1
734dcfb452380a4d6304060dc2ed983668dd290f
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.85.0"
URL
"https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.bz2"
SHA1
ed58c632befe0d299b39f9e23de1fc20d03870d7
)

if(MSVC)
hunter_check_toolchain_definition(NAME "_DLL" DEFINED _hunter_vs_md)
hunter_cmake_args(
Expand Down