aur/sonic-pi-4.6.0-boost_deprecated_lib.patch
2025-11-02 15:58:16 +00:00

13 lines
569 B
Diff

diff --git a/app/api/CMakeLists.txt b/app/api/CMakeLists.txt
index 65ec58490..ff48bceec 100644
--- a/app/api/CMakeLists.txt
+++ b/app/api/CMakeLists.txt
@@ -72,7 +72,7 @@ add_library(SonicPi::API ALIAS ${PROJECT_NAME})
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
# Look for Boost version 1.74 or higher. Add any components you need.
- find_package(Boost 1.74 REQUIRED COMPONENTS filesystem system thread)
+ find_package(Boost 1.74 REQUIRED COMPONENTS filesystem thread)
if(Boost_FOUND)
message(STATUS "Found Boost version ${Boost_VERSION}")