Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/src/main/jni/cmake/Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

set(BOOST_VER 1.85.0)
set(BOOST_VER 1.88.0)

if(NOT EXISTS "boost-${BOOST_VER}-cmake.tar.xz")
if(NOT EXISTS "boost-${BOOST_VER}.tar.xz")
message(STATUS "Downloading Boost ${BOOST_VER} ......")
file(
DOWNLOAD
"https://github.com/boostorg/boost/releases/download/boost-${BOOST_VER}/boost-${BOOST_VER}-cmake.tar.xz"
boost-${BOOST_VER}.tar.xz
EXPECTED_HASH
SHA256=0a9cc56ceae46986f5f4d43fe0311d90cf6d2fa9028258a95cab49ffdacf92ad
SHA256=f48b48390380cfb94a629872346e3a81370dc498896f16019ade727ab72eb1ec
SHOW_PROGRESS)

message(STATUS "Remove older version Boost")
Expand Down
Loading