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

Enable compiling on Ubuntu 14.04. #271

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

Conversation

chreekat
Copy link

In 14.04, the default json-c package is libjson-c2, which uses
/usr/include/json-c/ and libjson-c.so. This patch makes Cmake find json-c
in either the original location or this new one (the change is backward compatible).

NB: this might not merge automatically with my other pull request...

In 14.04, the default json-c package is libjson-c2, which uses
/usr/include/json-c/ and libjson-c.so. This patch makes Cmake find json-c
in either the original location or this new one (it's backward compatible).
mMerlin added a commit to mMerlin/grive that referenced this pull request Apr 12, 2015
Handle alternate location for jsonc library
Grive#271
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.

1 participant