]> granicus.if.org Git - json-c/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:13:21 +0000 (01:13 +0000)
CMakeLists.txt

index e156e564eca6473ee2d0038b9f30c885ecde98ea..c93c67a4cfb7416e43744245ce38673e96c7cc48 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