blob: 6e49411ab1a874b15f2eb629b4adce2335678411 [file] [log] [blame]
Austin Schuh208337d2022-01-01 14:29:11 -08001if (NOT (DEFINED PICO_COMPILER OR DEFINED CMAKE_TOOLCHAIN_FILE))
2 pico_message("Defaulting PICO platform compiler to pico_arm_gcc since not specified.")
3 set(PICO_COMPILER "pico_arm_gcc")
4endif ()
5
6
7