Skip to content

Commit

Permalink
Fix boost download problem - redundant with change in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlis committed Jan 6, 2025
1 parent efdf414 commit 3f22ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cxx/cmake/boost-download.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ ExternalProject_Add(
boost
SOURCE_DIR "@BOOST_DOWNLOAD_ROOT@/boost-src"
URL
https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.gz
https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz
URL_HASH
SHA256=2575e74ffc3ef1cd0babac2c1ee8bdb5782a0ee672b1912da40e5b4b591ca01f

CONFIGURE_COMMAND ./bootstrap.sh --prefix=${PROJECT_BINARY_DIR} --with-toolset=gcc
BUILD_COMMAND ./b2 cxxflags=-fPIC --with-serialization -j 8
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 3f22ab6

Please sign in to comment.