Change various (confusing to user) message to be DEBUG only (#365)

This commit is contained in:
Graham Sanderson
2021-05-04 08:01:11 -05:00
committed by GitHub
parent b7da70a53b
commit b6f812f647
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
find_package(Doxygen)
find_package(Doxygen QUIET)
if (PICO_SDK_TOP_LEVEL_PROJECT AND ${DOXYGEN_FOUND})
set(PICO_BUILD_DOCS_DEFAULT 1)
endif()