Skip to content

Commit

Permalink
Update Boost to 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 28, 2024
1 parent 70995fa commit fbdc641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ ExternalProject_Add(boost
BUILD_IN_SOURCE 1
${BOOST_PATCHSET}
CONFIGURE_COMMAND ${BOOST_CONFIGURE_COMMAND}
COMMAND <SOURCE_DIR>/b2 --help
BUILD_COMMAND <SOURCE_DIR>/b2 install
toolset=${BOOST_TOOLSET}
-j${BOOST_PARALLEL_JOBS}
Expand Down
4 changes: 2 additions & 2 deletions Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set(GLEW_VERSION 2.2.0)
set(GLEW_URL http://downloads.sourceforge.net/project/glew/glew/${GLEW_VERSION}/glew-${GLEW_VERSION}.tgz)
set(GLEW_MD5 3579164bccaef09e36c0af7f4fd5c7c7)

set(BOOST_VERSION 1.84.0)
set(BOOST_VERSION 1.85.0)
string(REPLACE "." "_" BOOST_VERSION_ ${BOOST_VERSION})
set(BOOST_URL https://downloads.sourceforge.net/project/boost/boost/${BOOST_VERSION}/boost_${BOOST_VERSION_}.tar.gz)
set(BOOST_MD5 ae3f48777db74c0309b49becc2eddada)
set(BOOST_MD5 53aeccc3167909ee770e34469f8dd592)

0 comments on commit fbdc641

Please sign in to comment.