Skip to content
Draft
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 @@ -33,7 +33,7 @@ hunter_default_version(Async++ VERSION 0.0.3-hunter)
hunter_default_version(Avahi VERSION 0.6.31)
hunter_default_version(BZip2 VERSION 1.0.8-p0)
hunter_default_version(Beast VERSION 1.0.0-b84-hunter-0)
hunter_default_version(Boost VERSION 1.86.0)
hunter_default_version(Boost VERSION 1.92.0)
hunter_default_version(BoostCompute VERSION 0.5-p0)
hunter_default_version(BoostProcess VERSION 0.5)
hunter_default_version(BoringSSL VERSION 0.0.0-0f5ecd3a8-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 @@ -178,6 +178,17 @@ hunter_add_version(
fd0d26a7d5eadf454896942124544120e3b7a38f
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.92.0"
URL
"https://archives.boost.io/release/1.92.0/source/boost_1_92_0.tar.bz2"
SHA1
02f875f132abc4f20eecd95b26746c27b6ef25c4
)

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