Skip to content

Commit

Permalink
Removed PICO_SDK_PATH from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jun 21, 2022
1 parent 16be7a5 commit 3684d9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,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 "/Volumes/Storage/Projects/Embedded/Raspberry Pi Pico/pico-sdk")

# Pull in Raspberry Pi Pico SDK (must be before project)
include(pico_sdk_import.cmake)

Expand Down

0 comments on commit 3684d9d

Please sign in to comment.