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:
parent
3e5eb69c13
commit
b00360d323
@ -54,6 +54,7 @@ if(DOXYGEN_FOUND)
|
|||||||
${CMAKE_CURRENT_BINARY_DIR}/doc/html/polyvox.qch
|
${CMAKE_CURRENT_BINARY_DIR}/doc/html/polyvox.qch
|
||||||
DESTINATION ${PolyVox_DOC_INSTALL_DIR}/qthelp
|
DESTINATION ${PolyVox_DOC_INSTALL_DIR}/qthelp
|
||||||
COMPONENT development
|
COMPONENT development
|
||||||
|
OPTIONAL
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user