refactor(PICO_SDK_PATH):
Removed PICO_SDK_PATH from CMakeLists.txt
This commit is contained in:
parent
620596cd6f
commit
e6665c2195
|
@ -5,10 +5,6 @@ cmake_minimum_required(VERSION 3.13)
|
|||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
# Initialise pico_sdk from installed location
|
||||
# (note this can come from environment, CMake cache etc)
|
||||
set(PICO_SDK_PATH "/home/junwei/Documents/pico/pico-sdk")
|
||||
|
||||
set(PICO_BOARD pico CACHE STRING "Board type")
|
||||
|
||||
# Pull in Raspberry Pi Pico SDK (must be before project)
|
||||
|
|
Loading…
Reference in New Issue