Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #870
Browse files Browse the repository at this point in the history
580f2bd Build: correct check for CMake doc target (oneiric)
  • Loading branch information
anonimal committed May 1, 2018
2 parents dd3b52a + 580f2bd commit 445b94a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/UseDoxygen.cmake
Expand Up @@ -158,8 +158,7 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND)

configure_file("${DOXYFILE_IN}" "${DOXYFILE}" @ONLY)

get_target_property(DOC_TARGET doc TYPE)
if(NOT DOC_TARGET)
if(NOT TARGET doc)
add_custom_target(doc)
endif()

Expand Down

0 comments on commit 445b94a

Please sign in to comment.