From: Eric Haszlakiewicz Date: Tue, 21 Apr 2020 01:13:21 +0000 (+0000) Subject: Issue #585: don't install config.h X-Git-Tag: json-c-0.15-20200726~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b511c402b73d1d8b195991891c8d44859cb57ec;p=json-c Issue #585: don't install config.h --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e156e56..c93c67a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -299,7 +299,7 @@ if ($ENV{VALGRIND}) endif() set(JSON_C_PUBLIC_HEADERS - ${PROJECT_BINARY_DIR}/config.h + # Note: config.h is _not_ included here ${PROJECT_BINARY_DIR}/json_config.h ${PROJECT_SOURCE_DIR}/json.h