Browse Source

Issue #585: don't install config.h

tags/json-c-0.15-20200726
Eric Haszlakiewicz 5 years ago
parent
commit
8b511c402b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View 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


Loading…
Cancel
Save