Skip to content

Commit

Permalink
cmake: Fix installation of html documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marv committed Apr 19, 2020
1 parent 32aa6df commit 4017a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ if(WITH_DOC)
COMMENT "Generating C# documentation with Doxygen" VERBATIM)

if(NOT SKIP_INSTALL_ALL)
install(DIRECTORY ${HTML_DEST_DIR}
install(DIRECTORY ${CMAKE_HTML_DEST_DIR}
DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()
endif()
Expand Down

0 comments on commit 4017a50

Please sign in to comment.