Skip to content

Commit

Permalink
Update #1289, use status messages instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Sep 23, 2022
1 parent 2e1ab1d commit 4e65e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/generate-public-api-doxyfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# The property values are passed in via the command line, and this converts it into
# a doxygen snippet containing of header files and predefined macro values.

message("Generating OSAL API documentation input list")
message(STATUS "Generating OSAL API documentation input list")
set(OSAL_HEADERFILE_LIST)
set(OSALDOC_PREDEFINED)
separate_arguments(INCLUDE_DIRECTORIES)
separate_arguments(COMPILE_DEFINITIONS)
foreach(INPUT ${INCLUDE_DIRECTORIES})
if (IS_DIRECTORY ${INPUT})
message("OSAL API: Scanning directory ${INPUT}")
message(STATUS "OSAL API: Scanning directory ${INPUT}")
file(GLOB INPUT "${INPUT}/*.h")
endif()
list(APPEND OSAL_HEADERFILE_LIST ${INPUT})
Expand Down

0 comments on commit 4e65e99

Please sign in to comment.