Closed daschuer closed 1 year ago
I'm not a big advocate of installer and package configuration features of CMake. I see the advantages if all libraries and subsystems use CMake consistently, but it's also complex, fragile, and not very stable. I'm happy to include this stuff in Portmidi to the extent others find it useful, but I don't support it, and my recommendation is simply add Portmidi files (a small library) to your project if you need it, or just build a static Portmidi library and link to it. If there's a tested code fix you'd like me to incorporate, let me know.
Thank you. I am currently preparing a test CI run that shows the issue and tests the fix.
portmidi suffers from https://github.com/microsoft/vcpkg/issues/16259
See portmidi/PortMidiTargets.cmake
This should use "-Wl,-framework,CoreServices" instead.