Skip to content

Commit

Permalink
Fix Boost download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed May 3, 2021
1 parent 1c2510a commit 36691c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if(NOT USE_SYSTEM_BOOST)

ExternalProject_Add(
boost-EXTERNAL
URL https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.gz
URL https://downloads.sourceforge.net/project/boost/boost/1.69.0/boost_1_69_0.tar.gz
URL_HASH SHA256=9a2c2819310839ea373f42d69e733c339b4e9a19deab6bfec448281554aa4dbb
CONFIGURE_COMMAND ./bootstrap.sh --with-libraries=filesystem,system,thread --with-toolset=${boost_compiler_id}
BUILD_COMMAND ./b2 ${BOOST_B2_TARGET_CONFIG} cxxflags=-fPIC ${CPPFLAGS} cflags=-fPIC ${CFLAGS} link=static
Expand Down

0 comments on commit 36691c4

Please sign in to comment.