Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Boost to 1.87.0
Browse files Browse the repository at this point in the history
o01eg committed Dec 29, 2024
1 parent ce573a3 commit 4cd2d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources.cmake
Original file line number Diff line number Diff line change
@@ -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.86.0)
set(BOOST_VERSION 1.87.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 ac857d73bb754b718a039830b07b9624)
set(BOOST_MD5 f435e8ae57edb203a1165cdb99cfb2a3)

0 comments on commit 4cd2d3d

Please sign in to comment.