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

Fix #263 - Install only the headers which are enabled. #264

Merged
merged 2 commits into from
Oct 28, 2017
Merged

Fix #263 - Install only the headers which are enabled. #264

merged 2 commits into from
Oct 28, 2017

Conversation

ajcollins
Copy link
Contributor

Hi Matias,

I saw you'd raised #263 - hadn't realised that was a requirement or the intended behaviour.

This PR uses the HEADERS list we'd defined previously to add the includes to the IDE, and installs those headers.

Best wishes,

Alex

CMakeLists.txt Outdated
COMPONENT Headers
FILES_MATCHING PATTERN "*.h*"
)
)x
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this x is breaking the travis/appveyor builds

@mfontanini
Copy link
Owner

Thank you so much! You seem to have a typo but otherwise if it builds correctly I'll merge it.

@ajcollins
Copy link
Contributor Author

That was a clumsy typo. Must have knocked the key when committing. Corrected.

@mfontanini mfontanini merged commit c07cd40 into mfontanini:develop Oct 28, 2017
@mfontanini
Copy link
Owner

Thanks, that works great!

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.

2 participants