Minor CMake code formating

This commit is contained in:
Mateusz Pusz
2020-03-09 19:52:13 +01:00
parent 99f4c92230
commit 826e680b6f

View File

@ -101,4 +101,5 @@ add_custom_target(sphinx ALL DEPENDS ${SPHINX_INDEX_FILE})
# Add an install target to install the docs
include(GNUInstallDirs)
install(DIRECTORY ${SPHINX_BUILD}
DESTINATION ${CMAKE_INSTALL_DOCDIR})
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)