mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 03:37:23 +00:00
Fix lwipdocs target in Filelists.cmake
EXCLUDE_FROM_ALL is not supported at add_custom_target()
This commit is contained in:
parent
93b2074f2b
commit
236d6df495
@ -257,7 +257,7 @@ find_package(Doxygen)
|
|||||||
if (DOXYGEN_FOUND)
|
if (DOXYGEN_FOUND)
|
||||||
message("Doxygen build started")
|
message("Doxygen build started")
|
||||||
|
|
||||||
add_custom_target(lwipdocs EXCLUDE_FROM_ALL
|
add_custom_target(lwipdocs
|
||||||
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
|
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
|
||||||
WORKING_DIRECTORY ${DOXYGEN_DIR}
|
WORKING_DIRECTORY ${DOXYGEN_DIR}
|
||||||
COMMENT "Generating API documentation with Doxygen"
|
COMMENT "Generating API documentation with Doxygen"
|
||||||
|
Loading…
Reference in New Issue
Block a user