Skip to content

Commit

Permalink
Renamed docs target to libsockcan_docs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCahill authored Feb 5, 2025
1 parent 132171c commit 6548a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ include(cmake/cpack.cmake)
###
# Docs target
###
add_custom_target("docs" COMMENT "Create Doxygen documentation")
add_custom_target("libsockcan_docs" COMMENT "Create Doxygen documentation")
add_custom_command(
TARGET "docs"
TARGET "libsockcan_docs"
POST_BUILD
COMMENT "Generate Doxygen documentation for publication or reading"
COMMAND doxygen ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile
Expand Down

0 comments on commit 6548a99

Please sign in to comment.