File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ if (DEFINED PICO_COMPILER)
3636 select one from \" cmake/toolchains\" folder." )
3737 endif ()
3838 endif ()
39+ message ("PICO compiler is ${PICO_COMPILER} " )
3940endif ()
4041
41- message ("PICO compiler is ${PICO_COMPILER} " )
4242unset (PICO_COMPILER CACHE )
4343
Original file line number Diff line number Diff line change 1- find_package (Doxygen)
1+ find_package (Doxygen QUIET )
22if (PICO_SDK_TOP_LEVEL_PROJECT AND ${DOXYGEN_FOUND} )
33 set (PICO_BUILD_DOCS_DEFAULT 1)
44endif ()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (NOT ELF2UF2_FOUND)
2222 set (ELF2UF2_TARGET ELF2UF2)
2323
2424 if (NOT TARGET ${ELF2UF2_BUILD_TARGET} )
25- message ("ELF2UF2 will need to be built" )
25+ message (DEBUG "ELF2UF2 will need to be built" )
2626 ExternalProject_Add(${ELF2UF2_BUILD_TARGET}
2727 PREFIX elf2uf2 SOURCE_DIR ${ELF2UF2_SOURCE_DIR}
2828 BINARY_DIR ${ELF2UF2_BINARY_DIR}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (NOT Pioasm_FOUND)
2222 set (Pioasm_TARGET Pioasm)
2323
2424 if (NOT TARGET ${PioasmBuild_TARGET} )
25- message ("PIOASM will need to be built" )
25+ message (DEBUG "PIOASM will need to be built" )
2626# message("Adding external project ${PioasmBuild_Target} in ${CMAKE_CURRENT_LIST_DIR}}")
2727 ExternalProject_Add(${PioasmBuild_TARGET}
2828 PREFIX pioasm SOURCE_DIR ${PIOASM_SOURCE_DIR}
You can’t perform that action at this time.
0 commit comments