File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131
3232
3333# Manage CMSIS_6 submodule
34- include (${CMAKE_SOURCE_DIR} /mbed-os /tools/cmake/mbed_submodule_management.cmake)
34+ include (${CMAKE_CURRENT_LIST_DIR} /../.. /tools/cmake/mbed_submodule_management.cmake)
3535mbed_setup_submodule(../CMSIS_6 CHECK_FILE CMSIS/Core/Include /cmsis_gcc.h)
3636
3737message (STATUS "CMSIS-Core 6.1.1" )
Original file line number Diff line number Diff line change 2727# Path: /CMSIS-RTX
2828
2929# Manage CMSIS-RTX submodule
30- include (${CMAKE_SOURCE_DIR} /mbed-os /tools/cmake/mbed_submodule_management.cmake)
30+ include (${CMAKE_CURRENT_LIST_DIR} /../.. /tools/cmake/mbed_submodule_management.cmake)
3131mbed_setup_submodule(../CMSIS-RTX CHECK_FILE Include /rtx_os.h)
3232
3333message (STATUS "CMSIS-RTX 5.9.0" )
You can’t perform that action at this time.
0 commit comments