Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
208337db571b64aee790cb4854ed0a9ceede2180
/
.
/
cmake
/
preload
/
platforms
/
pico
/
pico.cmake
blob: 6e49411ab1a874b15f2eb629b4adce2335678411 [
file
] [
log
] [
blame
]
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
()