aboutsummaryrefslogtreecommitdiffstats
path: root/CMake/FindJsonC.cmake
Commit message (Collapse)AuthorAge
* Explicitly setting the version of json-c requiredLibravatar Marius Orcsik2017-10-27
| | | | | | | | | | to 0.12.1. This is needed because the development version breaks the existing API of json_object_array_length() by moving the return from int to size_t. This would fix #1355
* fixed json-c CMake inclusionLibravatar minus2015-08-27