Commit da5824cf authored by peastman's avatar peastman
Browse files

Marked Sphinx-generated PDF files as optional installs

parent f56216fe
......@@ -117,7 +117,7 @@ ADD_CUSTOM_TARGET(sphinxhtml
)
install(FILES "${SPHINX_BUILD_DIR}/userguide/latex/OpenMMUsersGuide.pdf" "${SPHINX_BUILD_DIR}developerguide/latex/OpenMMDeveloperGuide.pdf"
DESTINATION docs/)
DESTINATION docs/ OPTIONAL)
FILE(GLOB LICENSE_FILES "licenses/*.txt")
install(FILES ${LICENSE_FILES}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment