Skip to content

Commit c35213c

Browse files
Build docs always if enabled
1 parent b8693ef commit c35213c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
55

66
configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
77

8-
add_custom_target(docs
8+
add_custom_target(docs ALL
99
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
1010
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
1111
COMMENT "Generating API documentation with Doxygen"

0 commit comments

Comments
 (0)