1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

cmake: Fix doxygen.

This commit is contained in:
Andreas Schneider
2014-04-09 15:01:13 +02:00
parent 5865b9436f
commit 01311dd419
3 changed files with 1 additions and 1551 deletions

View File

@ -135,10 +135,6 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND)
configure_file("${DOXYFILE_IN}" "${DOXYFILE}" @ONLY)
get_target_property(DOC_TARGET doc TYPE)
if(NOT DOC_TARGET)
add_custom_target(doc)
endif()
add_custom_target(doc)
add_dependencies(doc doxygen)
endif()