Skip to content

Commit bc802ba

Browse files
authored
Feature/boost 1.83 (#94)
* Update boost * Update default boost * Update hunter.cmake
1 parent cde786b commit bc802ba

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(MINGW)
3737
# https://github.com/boostorg/build/issues/301
3838
hunter_default_version(Boost VERSION 1.64.0)
3939
else()
40-
hunter_default_version(Boost VERSION 1.81.0)
40+
hunter_default_version(Boost VERSION 1.83.0)
4141
endif()
4242

4343
hunter_default_version(Boost.DI VERSION 1.1.0)

cmake/projects/Boost/hunter.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,17 @@ hunter_add_version(
192192
90bef80787606e1f4022a877073b2346636fdba3
193193
)
194194

195+
hunter_add_version(
196+
PACKAGE_NAME
197+
Boost
198+
VERSION
199+
"1.83.0"
200+
URL
201+
"https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.gz"
202+
SHA1
203+
eb5e17350b5ccd5926fd6bad9f09385c742a3352
204+
)
205+
195206
# up until 1.63 sourcefourge was used
196207
set(_hunter_boost_base_url "https://downloads.sourceforge.net/project/boost/boost/")
197208
hunter_add_version(

0 commit comments

Comments
 (0)