1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/lasi/files/extra-patch-cmake+modules+lasi.cmake
Lars Engels a23aab4b73 - Fix install by optionally build documentation (depends on Doxygen)
- Bump PORTREVISION

Reviewed by:	dinoex
2009-11-07 17:11:14 +00:00

18 lines
707 B
CMake

--- ./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.