diff cmake/IrccdOptions.cmake @ 38:c619a2932730

Misc: disable doxygen by default
author David Demelier <markand@malikania.fr>
date Tue, 23 Feb 2016 13:26:16 +0100
parents 78a9c59de053
children b3e0050463bf
line wrap: on
line diff
--- a/cmake/IrccdOptions.cmake	Tue Feb 23 13:25:00 2016 +0100
+++ b/cmake/IrccdOptions.cmake	Tue Feb 23 13:26:16 2016 +0100
@@ -80,7 +80,7 @@
 option(WITH_SYSTEMD "Install systemd service" ${DEFAULT_SYSTEMD})
 option(WITH_DOCS "Enable building of all documentation" On)
 option(WITH_HTML "Enable building of HTML documentation" On)
-option(WITH_DOXYGEN "Enable doxygen" On)
+option(WITH_DOXYGEN "Enable doxygen" Off)
 option(WITH_MAN "Install man pages" ${DEFAULT_MAN})
 
 # Build options for all plugins.