Skip to content

Commit

Permalink
python: always look for boost headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Mar 4, 2025
1 parent f756eab commit f917a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.28 FATAL_ERROR)
project(pylibremidi)

set(LIBREMIDI_FIND_BOOST 1)
set(LIBREMIDI_HEADER_ONLY 1)
set(LIBREMIDI_NEEDS_READERWRITERQUEUE 1)
set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL 1)
Expand Down

0 comments on commit f917a3e

Please sign in to comment.