Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options --- pcre/CMakeLists.txt.orig 2015-10-15 15:43:45 UTC +++ pcre/CMakeLists.txt @@ -513,6 +513,8 @@ IF(PCRE_SHOW_REPORT) MESSAGE(STATUS "") ENDIF(PCRE_SHOW_REPORT) +IF(FALSE) INSTALL(FILES ${CMAKE_BINARY_DIR}/pcre/pcre.h DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development) +ENDIF() # end CMakeLists.txt