mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix loading of PICO_TOOLCHAIN_PATH (#262)
- Add double quotes because build option it's a string. - Remove comment as requested by @kilograham. - Resolves #258.
This commit is contained in:
parent
f6d32f87a1
commit
304ab7dd92
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# PICO_CMAKE_CONFIG: PICO_TOOLCHAIN_PATH, Path to search for compiler, default=none (i.e. search system paths), group=build
|
||||
# Set your compiler path here if it's not in the PATH environment variable.
|
||||
set(PICO_TOOLCHAIN_PATH "" CACHE INTERNAL "")
|
||||
set(PICO_TOOLCHAIN_PATH "${PICO_TOOLCHAIN_PATH}" CACHE INTERNAL "")
|
||||
|
||||
# Set a default build type if none was specified
|
||||
set(default_build_type "Release")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue