Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14k stars 3.5k forks source link

Cmake 3.5 deprecation warning #2248

Closed Rinzii closed 5 months ago

Rinzii commented 5 months ago

Currently RapidJson is using cmake 2.8.12 which is ancient even by cmake standards. I propose we upgrade the minimum cmake version to at least 3.6 to be inline with cmake and there deprecation warning.

Chronial commented 5 months ago

Duplicate of #2159