mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
10 lines
692 B
Text
10 lines
692 B
Text
--- doc/CMakeLists.txt.orig 2021-02-05 19:21:38 UTC
|
|
+++ doc/CMakeLists.txt
|
|
@@ -195,5 +195,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)
|