The source project of this merge request has been removed.
Do not `add_executable` if `Doxygen::xxx` target already exists
Playing w/ CMake 3.9 rc2 I've found a regression: doing find_package(Doxygen ...)
twice gives an error on a second attempt to add_executable
...
Edited by Alex Turbov