Skip to content

Commit a1daa67

Browse files
committed
boost: only look for headers
1 parent badd2c6 commit a1daa67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ FetchContent_Declare(
3030

3131
FetchContent_MakeAvailable(nanobind)
3232
nanobind_add_module(pylibremidi pylibremidi.cpp)
33-
target_link_libraries(pylibremidi PUBLIC libremidi readerwriterqueue Boost::variant2 Boost::container)
33+
target_link_libraries(pylibremidi PUBLIC libremidi readerwriterqueue Boost::headers)
3434

3535
install(TARGETS pylibremidi LIBRARY DESTINATION .)

0 commit comments

Comments
 (0)