Skip to content

Commit

Permalink
changed name of documentation target to avoid conflict with other UFS…
Browse files Browse the repository at this point in the history
… repos (#849)
  • Loading branch information
edwardhartnett authored Jan 11, 2024
1 parent 01cdf7f commit 8dc4329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(abs_top_srcdir "${CMAKE_SOURCE_DIR}")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)

# Build documentation with target all.
add_custom_target(doc ALL
add_custom_target(upp_doc ALL
${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API Documentation with Doxygen" VERBATIM)
Expand Down

0 comments on commit 8dc4329

Please sign in to comment.