]> granicus.if.org Git - json-c/commit
Add a few missing features to the cmake setup that are present in configure.ac:
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 27 Nov 2019 04:01:27 +0000 (23:01 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 27 Nov 2019 04:02:15 +0000 (23:02 -0500)
commit11a638048da0344a3bd5f38722ddecdf5ec22041
tree4fa6a46e763b768365f36650d9fbedcce10bcf7f
parenta92e6d2c2840c88b8a4a3a2520b71c7b4a63e018
Add a few missing features to the cmake setup that are present in configure.ac:
 Include all compiler warnings, and provide DISABLE_WERROR to make them not be errors.
 Define _REENTRANT, if setting it works.
 Set -Bsymbolic-functions, and provide DISABLE_BSYMBOLIC to turn that off.
 Implement the check for HAS_GNU_WARNING_LONG
CMakeLists.txt