mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
build: Sphinx documentation install step refactored
This commit is contained in:
@@ -119,8 +119,6 @@ function(add_documentation targetName)
|
|||||||
|
|
||||||
if(_args_INSTALL_DIR)
|
if(_args_INSTALL_DIR)
|
||||||
# Add an install step to install the docs
|
# Add an install step to install the docs
|
||||||
install(DIRECTORY ${_sphinx_docs_dir}
|
install(DIRECTORY ${_sphinx_docs_dir} TYPE DOC)
|
||||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Reference in New Issue
Block a user