movement of TOP in c0ecf8b5 broke RP2040 SDK build

This commit is contained in:
graham sanderson 2023-06-07 14:46:14 -05:00
parent aaec12a3fb
commit 0493983a8f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ include(CMakePrintHelpers)
# TOP is path to root directory
set(TOP "${CMAKE_CURRENT_LIST_DIR}/../..")
get_filename_component(TOP ${TOP} ABSOLUTE)
# Default to gcc
if (NOT DEFINED TOOLCHAIN)