aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJaroslav Škarvada <jskarvad@redhat.com>2013-04-14 17:24:43 +0200
committerSteve Markgraf <steve@steve-m.de>2013-04-14 17:35:18 +0200
commit2f6592566bd60d2539f5b976dcf6119876a0e02c (patch)
treef17cc555aacf03a24e23a79e3840811edd7d0dd0 /docs
parentb999924d8e496152299cde1e10ed5fe31c61f686 (diff)
doxygen package needs to be detetected before the doxygen is used
Without this patch the DOXYGEN_EXECUTABLE is set too late which results in build failure when processing swig directory (with ENABLE_DOXYGEN). Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index f16fbf6..446b86a 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -18,11 +18,6 @@
# Boston, MA 02110-1301, USA.
########################################################################
-# Setup dependencies
-########################################################################
-find_package(Doxygen)
-
-########################################################################
# Begin conditional configuration
########################################################################
if(ENABLE_DOXYGEN)