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

Higher Priority of System Includes using XCode [Mac] #2

Closed
sebastiankaybelle opened this issue Feb 17, 2014 · 0 comments
Closed

Higher Priority of System Includes using XCode [Mac] #2

sebastiankaybelle opened this issue Feb 17, 2014 · 0 comments
Labels

Comments

@sebastiankaybelle
Copy link
Contributor

Using XCode (5.+) the system includes (/usr/include) are used instead of the project's includes. The solution is to prepend the project includes as follows (using the CMake include_directories () command):

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

No branches or pull requests

2 participants