From 5e86ead366befa2b551e64aecaf777dd2db85b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 27 Apr 2022 14:57:55 +0200 Subject: [PATCH] Exclude doxygen docs from documentation install step We might want to keep them in at some point, but currently the doxygen docs are very incomplete and unfinished. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d6a407a..99826404 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,6 +134,7 @@ if (NOT_SUBPROJECT) docs/ DESTINATION "${CMAKE_INSTALL_DOCDIR}" + PATTERN "doxygen" EXCLUDE ) endif()