Skip to content

Commit

Permalink
CLRadeonExtender: Doxygen: Do not copy CMakeFiles to installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
matszpk committed Sep 17, 2017
1 parent 5442a6c commit 9ab7c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CLRX/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -39,7 +39,9 @@ IF(BUILD_DOXYGEN)
DEPENDS "${PROJECT_BINARY_DIR}/Doxyfile" ${CLRX_HEADERS})
# IF you do NOT want the documentation to be generated EVERY time you build the project
# then leave out the 'ALL' keyword from the above command.
INSTALL(DIRECTORY "${PROJECT_BINARY_DIR}/doc/" DESTINATION share/doc/CLRX/doxygen)
INSTALL(DIRECTORY "${PROJECT_BINARY_DIR}/doc/" DESTINATION share/doc/CLRX/doxygen
PATTERN *.cmake EXCLUDE PATTERN CMakeFiles EXCLUDE
PATTERN Makefile EXCLUDE PATTERN doxygen.stamp EXCLUDE)
ELSE(DOXYGEN_FOUND)
MESSAGE(WARNING
"Doxygen documentation will not be built, because no correct Doxygen installation")

0 comments on commit 9ab7c0c

Please sign in to comment.