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

Keep compile flags private #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

observant2
Copy link

Hi! I used rtmidi with vcpkg and ran into problems with compiling it with CMAKE_BUILD_TYPE debug. I'm not sure if this pull request fixes the problem, but if I understand it right then this at least doesn't propagate Werror to projects that add rtmidi as a dependency.

Also CMAKE_COMPILER_IS_GNUCXX is deprecated according to CMake docs, so I replaced it with what was written there.

@garyscavone
Copy link
Contributor

Does anyone have any feedback on this PR? I don't use CMake and the author isn't so confident that this actually fixes a problem.

@CasparKielwein
Copy link

The patch looks fine to me.

I can't judge if it fixes the issue of OP, but it is a correct change to make compile flag target private.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants