summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_jsoncpp_reader.h
Commit message (Collapse)AuthorAgeFilesLines
* Add option to build CMake against a system jsoncppBrad King2015-01-201-1/+6
| | | | Create a CMAKE_USE_SYSTEM_JSONCPP option.
* jsoncpp: Build the library within CMakeBrad King2015-01-151-0/+18
Update json/json.h to account for our lack of autolink.h. Update json/config.h to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a cm_jsoncpp_reader.h header to include the CMake-provided copy of the json/reader.h header from CMake sources.