mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-12 12:18:17 +01:00
fix pico_promote_common_scope_vars (#397)
This commit is contained in:
parent
574fdee37b
commit
607b42006a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if (NOT TARGET _pico_sdk_pre_init_marker)
|
|||
|
||||
macro(pico_promote_common_scope_vars)
|
||||
set(PICO_INCLUDE_DIRS ${PICO_INCLUDE_DIRS} PARENT_SCOPE)
|
||||
set(PICO_SDK_POST_LIST_DIRS ${PICO_SDK_PRE_LIST_FILES} PARENT_SCOPE)
|
||||
set(PICO_SDK_POST_LIST_DIRS ${PICO_SDK_POST_LIST_DIRS} PARENT_SCOPE)
|
||||
set(PICO_SDK_POST_LIST_FILES ${PICO_SDK_POST_LIST_FILES} PARENT_SCOPE)
|
||||
set(PICO_CONFIG_HEADER_FILES ${PICO_CONFIG_HEADER_FILES} PARENT_SCOPE)
|
||||
set(PICO_RP2040_CONFIG_HEADER_FILES ${PICO_RP2040_CONFIG_HEADER_FILES} PARENT_SCOPE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue