PortMidi / portmidi

portmidi is a cross-platform MIDI input/output library
Other
119 stars 33 forks source link

portmidi 2.0.3 - enabling build of tests makes the build fail #21

Closed GvMariani closed 2 years ago

GvMariani commented 2 years ago

If you pass -DBUILD_PORTMIDI_TESTS="ON" to cmake, then the build fails because it does not find the pmlist.c source file. Commenting out the add_test(pmlist) line in pm_tests/CMakeLists.txt file fixes the issue.

rbdannenberg commented 2 years ago

Darn. I forgot to add that file. I just pushed it to the repo. I think I'll refrain from another release unless it seems necessary.