pico-sdk/cmake/preload/platforms/pico/pico.cmake
graham sanderson 26653ea81e Initial Release
2021-01-20 10:44:27 -06:00

8 lines
206 B
CMake

if (NOT (DEFINED PICO_COMPILER OR DEFINED CMAKE_TOOLCHAIN_FILE))
pico_message("Defaulting PICO platform compiler to pico_arm_gcc since not specified.")
set(PICO_COMPILER "pico_arm_gcc")
endif ()