]> granicus.if.org Git - json-c/commit
Bump up the minimum cmake version to 3.9. master
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 23 Feb 2023 01:01:14 +0000 (01:01 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 23 Feb 2023 01:01:14 +0000 (01:01 +0000)
commitd1716fe431694bfc08ad94d2e8d2a32d79b47fa3
treed85af924d87d487cc9ce745d8dee8e8e3a092b9e
parent1741bcd3eaf2603b8256735560de9b0d3244d62f
Bump up the minimum cmake version to 3.9.
This gets us up to a version that supports features we're already using
(i.e. add_compile_options), but stops short of a cmake that requires
c++11, which some OSes still don't support.
Closes issue #774
CMakeLists.txt