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 find_path for newer jsoncpp installations #9120

Merged
merged 1 commit into from
Nov 17, 2019

Conversation

vilhelmgray
Copy link
Contributor

The upstream JsonCpp project has renamed the json/features.h file to
json/json_features.h. This patch fixes the JsonCpp installation search
by looking for json/allocator.h which has not been renamed on newer
versions of JsonCpp.

Fixes: #9119

The upstream JsonCpp project has renamed the `json/features.h` file to
`json/json_features.h`. This patch fixes the JsonCpp installation search
by looking for `json/allocator.h` which has not been renamed on newer
versions of JsonCpp.

Fixes: minetest#9119
@sfan5 sfan5 added Bugfix 🐛 PRs that fix a bug Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines labels Nov 17, 2019
@sfan5 sfan5 merged commit 706b6aa into minetest:master Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix 🐛 PRs that fix a bug Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could NOT find JSONCPP (missing: JSON_INCLUDE_DIR)
2 participants