ports/misc/openvdb/files/patch-doc_CMakeLists.txt
Yuri Victorovich f44e2a56ea misc/openvdb: Update 8.1.0 -> 9.0.0
Reported by:	portscout
2021-11-14 21:18:52 -08:00

10 lines
692 B
Text

--- doc/CMakeLists.txt.orig 2021-10-30 02:55:40 UTC
+++ doc/CMakeLists.txt
@@ -270,5 +270,5 @@ doxygen_add_docs(doc ${DOXY_FILES}
COMMENT "Generating API documentation with Doxygen")
# Suppress "Installing..." messages for all but one of the hundreds of generated files.
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/html/index.html DESTINATION ${CMAKE_INSTALL_DOCDIR}/html)
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION ${CMAKE_INSTALL_DOCDIR} MESSAGE_NEVER)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html/index.html DESTINATION share/doc/openvdb)
+install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION share/doc/openvdb MESSAGE_NEVER)