Skip to content

Commit

Permalink
remove vscode extension from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-M9CCUTI\ian committed Aug 12, 2024
1 parent e3aa319 commit 7fc77ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if(WIN32)
else()
set(USERHOME $ENV{HOME})
endif()
if(WIN32)
set(PICO_SDK_PATH ${USERHOME}/.pico-sdk/sdk/2.0.0)
set(PICO_TOOLCHAIN_PATH ${USERHOME}/.pico-sdk/toolchain/13_2_Rel1)
set(pioasm_HINT ${USERHOME}/.pico-sdk/tools/2.0.0/pioasm)
Expand All @@ -20,6 +21,7 @@ if(PICO_TOOLCHAIN_PATH MATCHES "RISCV")
set(PICO_COMPILER pico_riscv_gcc_zcb_zcmp)
endif()
endif()
endif()
# ====================================================================================
cmake_minimum_required(VERSION 3.13)
set(CMAKE_C_STANDARD 11)
Expand Down

0 comments on commit 7fc77ec

Please sign in to comment.