Skip to content

Commit 6fdccaa

Browse files
authored
Update 'boost' to v1.78.0 (#500)
1 parent 14a6b9a commit 6fdccaa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.77.0)
40+
hunter_default_version(Boost VERSION 1.78.0)
4141
endif()
4242

4343
hunter_default_version(BoostCompute VERSION 0.5-p0)

cmake/projects/Boost/hunter.cmake

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,18 @@ hunter_add_version(
224224
SHA1
225225
0cb4f947d094fc311e13ffacaff00418130ef5ef
226226
)
227+
228+
hunter_add_version(
229+
PACKAGE_NAME
230+
Boost
231+
VERSION
232+
"1.78.0"
233+
URL
234+
"${_hunter_boost_base_url}/1.78.0/source/boost_1_78_0.tar.bz2"
235+
SHA1
236+
7ccc47e82926be693810a687015ddc490b49296d
237+
)
238+
227239
# up until 1.63 sourcefourge was used
228240
set(_hunter_boost_base_url "https://downloads.sourceforge.net/project/boost/boost/")
229241
hunter_add_version(

0 commit comments

Comments
 (0)