summaryrefslogtreecommitdiff
path: root/devel/lasi/files/extra-patch-cmake+modules+lasi.cmake
blob: 72d2e748de8d7a5eed4f15d40f5260f0acc2ccdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ./cmake/modules/lasi.cmake.orig	2009-11-06 18:00:00.106405553 +0100
+++ ./cmake/modules/lasi.cmake	2009-11-06 18:00:11.236964944 +0100
@@ -120,10 +120,10 @@
 # doxygen support
 # =======================================================================
 
-find_package(Doxygen)
-if(NOT DOXYGEN_EXECUTABLE)
-  message(STATUS "WARNING: Doxygen not found so documentation not generated.")
-endif(NOT DOXYGEN_EXECUTABLE)
+#find_package(Doxygen)
+#if(NOT DOXYGEN_EXECUTABLE)
+#  message(STATUS "WARNING: Doxygen not found so documentation not generated.")
+#endif(NOT DOXYGEN_EXECUTABLE)
 
 # =======================================================================
 # Prepare summary macro that is used later.