Some cmake build improvements (#376)

* Change some cmake output to DEBUG level
Make SDK build more consistent with other libraries (use an INTERFACE marker library for inclusion tests)
Add PICO_SDK_PRE_LIST_FILES, PICO_SDK_POST_LIST_FILES build vars

* fix typo

* remove leftover debugging message
This commit is contained in:
Graham Sanderson
2021-05-04 08:40:11 -05:00
committed by GitHub
parent 929ede7482
commit 18c39856bd
4 changed files with 57 additions and 41 deletions

View File

@ -12,7 +12,7 @@ if (NOT PICO_GCC_TRIPLE)
message("PICO_GCC_TRIPLE set from environment: $ENV{PICO_GCC_TRIPLE}")
else()
set(PICO_GCC_TRIPLE arm-none-eabi)
message("PICO_GCC_TRIPLE defaulted to arm-none-eabi")
message(DEBUG "PICO_GCC_TRIPLE defaulted to arm-none-eabi")
endif()
endif()