Browse Source

Issue #585: don't install config.h

(cherry picked from commit 8b511c402b)
pull/608/head
Eric Haszlakiewicz 5 years ago
parent
commit
228881c8fc
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