001-dont-build-docs.patch 383 B

1234567891011
  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -451,8 +451,6 @@ configure_file(json.h.cmakein ${PROJECT_
  4. include_directories(${PROJECT_SOURCE_DIR})
  5. include_directories(${PROJECT_BINARY_DIR})
  6. -add_subdirectory(doc)
  7. -
  8. # "uninstall" custom target for make generators in unix like operating systems
  9. # and if that target is not present
  10. if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")