Skip to content

Commit 96175ff

Browse files
author
Chris Vig
committed
Don't build documentation on every build.
1 parent bd55ca9 commit 96175ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
126126
# (Running `make doxygen` will build the documents in the build directory)
127127
add_custom_target(
128128
doxygen
129-
ALL
130129
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
131130
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
132131
COMMENT "Generating documentation with Doxygen"

0 commit comments

Comments
 (0)