Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to build CMake against a system jsoncpp | Brad King | 2015-01-20 | 1 | -1/+6 |
| | | | | Create a CMAKE_USE_SYSTEM_JSONCPP option. | ||||
* | jsoncpp: Build the library within CMake | Brad King | 2015-01-15 | 1 | -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. |