Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rtmidi] Fix fatal error C1083: Cannot open include file: jack/jack.h #19458

Merged
merged 4 commits into from
Aug 9, 2021

Conversation

Cheney-W
Copy link
Contributor

@Cheney-W Cheney-W commented Aug 9, 2021

Describe the pull request

  • What does your PR fix?

    In the latest CI testing, rtmidi installation failed with fatal error C1083: Cannot open include file: jack/jack.h, this issue only occurs when the port: jack2 installed before rtmidi.
    Since jack2 is not a dependency of rtmidi, I currently add OPTIONS -DRTMIDI_API_JACK=OFF to the portfile.cmake file to solve this error.

    Delete unused option: DISABLE_INSTALL_HEADERS.

No feature need to be tested.

@Cheney-W Cheney-W added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Aug 9, 2021
@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Aug 9, 2021
@dan-shaw dan-shaw merged commit 8aa1541 into microsoft:master Aug 9, 2021
@Cheney-W Cheney-W deleted the Dev/Cheney/rtmidi branch August 30, 2022 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants