Tasks #607

Remove Doxygen as hard dependency

Added by Anonymous over 12 years ago. Updated over 12 years ago.

Status:RejectedStart date:10/04/2011
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:C++
Target version:-

Description

Remove Doxygen as hard dependency from cmake configuration. If I don`t have doxygen installed, the installation and usage of RSB should not depend on that.

History

#1 Updated by J. Wienke over 12 years ago

  • Status changed from Feedback to Rejected

It is no hard dependency at all. If doxygen is not available the doc target will not be created:

FIND_PACKAGE(Doxygen)
FUNCTION(GENERATE_DOXYGEN)

    IF(DOXYGEN_FOUND)

Also available in: Atom PDF