Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
update boost to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje authored Jun 21, 2021
1 parent 77e11c8 commit 901c5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ set(OSS_URL_PREFIX "http://pegasus-thirdparties.oss-cn-beijing.aliyuncs.com")
message(STATUS "Setting up third-parties...")

ExternalProject_Add(boost
URL ${OSS_URL_PREFIX}/boost_1_71_0.tar.bz2
https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2
URL_MD5 4cdf9b5c2dc01fb2b7b733d5af30e558
URL ${OSS_URL_PREFIX}/boost_1_76_0.tar.bz2
https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
URL_MD5 33334dd7f862e8ac9fe1cc7c6584fb6d
CONFIGURE_COMMAND ./bootstrap.sh --prefix=. --with-libraries=system,filesystem,regex --with-toolset=gcc
BUILD_COMMAND ./b2 toolset=gcc cxxflags=-fPIC cxxstd=11 install
INSTALL_COMMAND cp -R include/boost ${TP_OUTPUT}/include && cp -R lib ${TP_OUTPUT}/
Expand Down

0 comments on commit 901c5dd

Please sign in to comment.