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

Use SYSTEM for boost includes #1863

Merged
merged 1 commit into from Nov 15, 2015
Merged

Use SYSTEM for boost includes #1863

merged 1 commit into from Nov 15, 2015

Conversation

K-ballo
Copy link
Member

@K-ballo K-ballo commented Nov 13, 2015

Treat boost includes as system includes, so that we don't have to look at their internal wall of warnings (C-style casts, deprecated use of auto_ptr, etc).

@hkaiser hkaiser added this to the 0.9.12 milestone Nov 13, 2015
@hkaiser
Copy link
Member

hkaiser commented Nov 13, 2015

LGTM

@biddisco
Copy link
Contributor

I like this. I didn't know about the SYSTEM option for include_directories, it may also speed up compiles by removing some dependency checks. We should also add it to jemalloc etc if they don't have it already.

hkaiser added a commit that referenced this pull request Nov 15, 2015
@hkaiser hkaiser merged commit cd34634 into master Nov 15, 2015
@hkaiser hkaiser deleted the boost-includes branch November 15, 2015 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants