$NetBSD: patch-CMakeLists.txt,v 1.1 2019/12/12 16:44:53 nros Exp $
* don't install docs
--- CMakeLists.txt.orig	2019-11-11 17:17:37.000000000 +0000
+++ CMakeLists.txt
@@ -102,7 +102,8 @@ else ()
 endif ()
 
 # The doxygen macro requires Qt to have been looked up to enable crosslinking
-include(Doxygen)
+#include(Doxygen)
+add_custom_target(doxygen-doc)
 
 include_directories(${CMAKE_SOURCE_DIR}
                     ${CMAKE_BINARY_DIR})
