You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message("Detected Clang/LLVM so defaulting PICO_COMPILER to `${PICO_COMPILER}`")
38
+
endif()
39
+
endif()
40
+
unset(_COMPILER)
41
+
endif()
42
+
if (NOT PICO_COMPILER ANDDEFINED PICO_DEFAULT_COMPILER)
43
+
pico_message("Defaulting compiler (PICO_COMPILER) to '${PICO_DEFAULT_COMPILER}' since not specified or detected.")
24
44
set(PICO_COMPILER ${PICO_DEFAULT_COMPILER})
25
45
endif()
26
46
endif ()
27
47
28
-
# PICO_CMAKE_CONFIG: PICO_COMPILER, Specifies the compiler family to use, type=string, group=build, default=PICO_DEFAULT_COMPILER which is set based on PICO_PLATFORM, docref=cmake-toolchain-config
48
+
# PICO_CMAKE_CONFIG: PICO_COMPILER, Specifies the compiler family to use, type=string, group=build, default=autodetected or PICO_DEFAULT_COMPILER which is set based on PICO_PLATFORM, docref=cmake-toolchain-config
29
49
# If PICO_COMPILER is specified, set toolchain file to ${PICO_COMPILER}.cmake.
30
50
if (DEFINED PICO_COMPILER)
31
51
# maintain backwards compatibility with RP2040 SDK compilers
0 commit comments