mirror of
https://github.com/catchorg/Catch2
synced 2026-02-13 13:02:14 +00:00
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:
@@ -134,6 +134,7 @@ if (NOT_SUBPROJECT)
|
||||
docs/
|
||||
DESTINATION
|
||||
"${CMAKE_INSTALL_DOCDIR}"
|
||||
PATTERN "doxygen" EXCLUDE
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user