We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad9bb6 commit 3a55438Copy full SHA for 3a55438
bindings/python/CMakeLists.txt
@@ -9,6 +9,8 @@ set(LIBREMIDI_FIND_BOOST 1)
9
set(LIBREMIDI_HEADER_ONLY 1)
10
set(LIBREMIDI_NEEDS_READERWRITERQUEUE 1)
11
12
+set(BOOST_EXCLUDE_LIBRARIES context coroutine)
13
+
14
add_subdirectory(../.. libremidi-src)
15
16
find_package(Python 3.10 COMPONENTS Interpreter Development.Module REQUIRED)
0 commit comments