Skip to content

Commit

Permalink
Feature/boost 1.83 (#94)
Browse files Browse the repository at this point in the history
* Update boost

* Update default boost

* Update hunter.cmake
  • Loading branch information
kamilsa authored Aug 15, 2023
1 parent cde786b commit bc802ba
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.81.0)
hunter_default_version(Boost VERSION 1.83.0)
endif()

hunter_default_version(Boost.DI VERSION 1.1.0)
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 @@ -192,6 +192,17 @@ hunter_add_version(
90bef80787606e1f4022a877073b2346636fdba3
)

hunter_add_version(
PACKAGE_NAME
Boost
VERSION
"1.83.0"
URL
"https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.gz"
SHA1
eb5e17350b5ccd5926fd6bad9f09385c742a3352
)

# 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 bc802ba

Please sign in to comment.