mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
13 lines
569 B
Diff
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}")
|