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)
36
36
select one from \" cmake/toolchains\" folder." )
37
37
endif ()
38
38
endif ()
39
+ message ("PICO compiler is ${PICO_COMPILER} " )
39
40
endif ()
40
41
41
- message ("PICO compiler is ${PICO_COMPILER} " )
42
42
unset (PICO_COMPILER CACHE )
43
43
Original file line number Diff line number Diff line change 1
- find_package (Doxygen )
1
+ find_package (Doxygen QUIET )
2
2
if (PICO_SDK_TOP_LEVEL_PROJECT AND ${DOXYGEN_FOUND} )
3
3
set (PICO_BUILD_DOCS_DEFAULT 1 )
4
4
endif ()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (NOT ELF2UF2_FOUND)
22
22
set (ELF2UF2_TARGET ELF2UF2 )
23
23
24
24
if (NOT TARGET ${ELF2UF2_BUILD_TARGET} )
25
- message ("ELF2UF2 will need to be built" )
25
+ message (DEBUG "ELF2UF2 will need to be built" )
26
26
ExternalProject_Add (${ELF2UF2_BUILD_TARGET}
27
27
PREFIX elf2uf2 SOURCE_DIR ${ELF2UF2_SOURCE_DIR}
28
28
BINARY_DIR ${ELF2UF2_BINARY_DIR}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (NOT Pioasm_FOUND)
22
22
set (Pioasm_TARGET Pioasm )
23
23
24
24
if (NOT TARGET ${PioasmBuild_TARGET} )
25
- message ("PIOASM will need to be built" )
25
+ message (DEBUG "PIOASM will need to be built" )
26
26
# message("Adding external project ${PioasmBuild_Target} in ${CMAKE_CURRENT_LIST_DIR}}")
27
27
ExternalProject_Add (${PioasmBuild_TARGET}
28
28
PREFIX pioasm SOURCE_DIR ${PIOASM_SOURCE_DIR}
You can’t perform that action at this time.
0 commit comments