remove explicit SDK path
This commit is contained in:
parent
98cf010c4b
commit
819cc61032
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fno-exceptions")
|
||||||
|
|
||||||
# Initialise pico_sdk from installed location
|
# Initialise pico_sdk from installed location
|
||||||
# (note this can come from environment, CMake cache etc)
|
# (note this can come from environment, CMake cache etc)
|
||||||
set(PICO_SDK_PATH "/usr/share/pico-sdk")
|
#set(PICO_SDK_PATH "/usr/share/pico-sdk")
|
||||||
#set(PICO_SDK_PATH "/home/martin/pico/pico-sdk")
|
|
||||||
|
|
||||||
# Pull in Raspberry Pi Pico SDK (must be before project)
|
# Pull in Raspberry Pi Pico SDK (must be before project)
|
||||||
include("cmake/pico_sdk_import.cmake")
|
include("cmake/pico_sdk_import.cmake")
|
||||||
|
|
Loading…
Reference in a new issue