Make installing the docs OPTIONAL so that there's no error if the user runs 'make install' without having run 'make doc'.

This commit is contained in:
Matt Williams 2010-07-02 14:22:12 +00:00
parent 3e5eb69c13
commit b00360d323

View File

@ -54,6 +54,7 @@ if(DOXYGEN_FOUND)
${CMAKE_CURRENT_BINARY_DIR}/doc/html/polyvox.qch
DESTINATION ${PolyVox_DOC_INSTALL_DIR}/qthelp
COMPONENT development
OPTIONAL
)
endif()
endif()