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 badd2c6 commit a1daa67Copy full SHA for a1daa67
1 file changed
bindings/python/CMakeLists.txt
@@ -30,6 +30,6 @@ FetchContent_Declare(
30
31
FetchContent_MakeAvailable(nanobind)
32
nanobind_add_module(pylibremidi pylibremidi.cpp)
33
-target_link_libraries(pylibremidi PUBLIC libremidi readerwriterqueue Boost::variant2 Boost::container)
+target_link_libraries(pylibremidi PUBLIC libremidi readerwriterqueue Boost::headers)
34
35
install(TARGETS pylibremidi LIBRARY DESTINATION .)
0 commit comments