Skip to content

Commit

Permalink
[3rdparty] Update boost, libremidi
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 1, 2024
1 parent b7276fa commit 65ce6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/libremidi
6 changes: 3 additions & 3 deletions cmake/deps/boost.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(BOOST_MINOR_MINIMAL 85)
set(BOOST_MINOR_LATEST 85)
set(BOOST_MINOR_MINIMAL 86)
set(BOOST_MINOR_LATEST 86)

find_package(Boost 1.${BOOST_MINOR_MINIMAL} QUIET GLOBAL)

Expand All @@ -9,7 +9,7 @@ if (NOT Boost_FOUND AND NOT OSSIA_USE_SYSTEM_LIBRARIES)

if(NOT EXISTS "${OSSIA_3RDPARTY_FOLDER}/${BOOST_VERSION}/")
message(STATUS "Downloading boost to ${OSSIA_3RDPARTY_FOLDER}/${BOOST_VERSION}.tar.gz")
set(BOOST_URL https://github.com/ossia/sdk/releases/download/sdk28/${BOOST_VERSION}.tar.gz)
set(BOOST_URL https://github.com/ossia/sdk/releases/download/sdk31/${BOOST_VERSION}.tar.gz)
set(BOOST_ARCHIVE ${BOOST_VERSION}.tar.gz)

file(DOWNLOAD "${BOOST_URL}" "${OSSIA_3RDPARTY_FOLDER}/${BOOST_ARCHIVE}")
Expand Down

0 comments on commit 65ce6de

Please sign in to comment.