Skip to content

Commit a230112

Browse files
author
Jan Kamidra
committed
different approach
1 parent 847240a commit a230112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmsis/CMSIS_cmake/cmsis_core.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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)
3535
mbed_setup_submodule(../CMSIS_6 CHECK_FILE CMSIS/Core/Include/cmsis_gcc.h)
3636

3737
message(STATUS "CMSIS-Core 6.1.1")

cmsis/CMSIS_cmake/cmsis_rtos_rtx.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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)
3131
mbed_setup_submodule(../CMSIS-RTX CHECK_FILE Include/rtx_os.h)
3232

3333
message(STATUS "CMSIS-RTX 5.9.0")

0 commit comments

Comments
 (0)