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.
This commit is contained in:
Martin Hořeňovský 2022-04-27 14:57:55 +02:00
parent 9dc229693d
commit 5e86ead366
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ if (NOT_SUBPROJECT)
docs/
DESTINATION
"${CMAKE_INSTALL_DOCDIR}"
PATTERN "doxygen" EXCLUDE
)
endif()