File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ endif ()
409409
410410if (PIO_ENABLE_DOC)
411411 message (STATUS "Enabling SCORPIO Documentation..." )
412- add_subdirectory (doc )
412+ add_subdirectory (docs )
413413else ()
414414 message (STATUS "Disabling SCORPIO Documentation... (default, use -DPIO_ENABLE_DOC:BOOL=ON to enable documentation)" )
415415endif ()
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ${CMAKE_CURRENT_SOURCE_DIR}/../src/clib/pioc_sc.c" )
3232 ${CMAKE_CURRENT_BINARY_DIR} /Doxyfile @ONLY)
3333
3434 # Copy necessary files.
35- add_custom_target (doc
35+ add_custom_target (docs
3636 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR} /customdoxygen.css
3737 ${CMAKE_CURRENT_BINARY_DIR}
3838 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR} /DoxygenLayout.xml
You can’t perform that action at this time.
0 commit comments