Skip to content

Commit d3951bc

Browse files
geglesOrphis
authored andcommitted
Bump default to Boost 1.71
1 parent 6229955 commit d3951bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project(Boost-CMake)
33

44
option(BOOST_DISABLE_TESTS "Do not build test targets, even if building standalone" OFF)
55

6-
set(BOOST_URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2" CACHE STRING "Boost download URL")
7-
set(BOOST_URL_SHA256 "430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778" CACHE STRING "Boost download URL SHA256 checksum")
6+
set(BOOST_URL "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2" CACHE STRING "Boost download URL")
7+
set(BOOST_URL_SHA256 "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee" CACHE STRING "Boost download URL SHA256 checksum")
88

99
include(FetchContent)
1010
FetchContent_Declare(

0 commit comments

Comments
 (0)