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

Errors when building without precompiled headers #69

Closed
vshashenko opened this issue Sep 18, 2017 · 1 comment
Closed

Errors when building without precompiled headers #69

vshashenko opened this issue Sep 18, 2017 · 1 comment

Comments

@vshashenko
Copy link

vshashenko commented Sep 18, 2017

We incorporate the source code of the library into a large project, which we build using cmake. Since cmake doesn't officially support precompiled headers yet, we don't use them. This causes compilation errors on iOS because of a missing include for UIKit, which is only included from the PCH file. It's trivial to fix and we patched the code, but I wanted to let you know about this use case. Maybe you'll want to do something about it so the library can be used flawlessly in cmake/non-PCH setups.

@lmirosevic
Copy link
Owner

👍

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

No branches or pull requests

2 participants