mirror of
https://github.com/DaveGamble/cJSON.git
synced 2026-09-12 09:49:54 +00:00
The README stated that CMake 2.8.5+ was required, but CMakeLists.txt requires CMake 3.5+. This inconsistency caused confusion for users with CMake versions between 2.8.5 and 3.5. Also updated library_config/uninstall.cmake to match for consistency. Fixes #988