]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Issue #585: don't install config.h
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 21 Apr 2020 01:13:21 +0000 (01:13 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 21 Apr 2020 01:18:06 +0000 (01:18 +0000)
(cherry picked from commit 8b511c402b73d1d8b195991891c8d44859cb57ec)

CMakeLists.txt

index ba692fff6904fd01086cf6b26e0dfe9dbe8804e2..c51f477c5f49796973192b78a9800a86c0b602ac 100644 (file)
@@ -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