File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
endif ()
30
30
endif ()
31
31
32
- include (${mbed-os_SOURCE_DIR}/tools/cmake /profiles/${LOWERCASE_CMAKE_BUILD_TYPE}.cmake )
32
+ include (${CMAKE_CURRENT_LIST_DIR} /profiles/${LOWERCASE_CMAKE_BUILD_TYPE}.cmake )
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ set(link_options "")
100
100
set (common_options "" )
101
101
set (c_cxx_compile_options "" ) # compile options only for C/CXX
102
102
set (asm_compile_options "" ) # compile options only for ASM
103
- include (${MBED_PATH} /tools/cmake /toolchains/${MBED_TOOLCHAIN}.cmake )
104
- include (${MBED_PATH} /tools/cmake /cores/${MBED_CPU_CORE}.cmake )
103
+ include (${CMAKE_CURRENT_LIST_DIR} /toolchains/${MBED_TOOLCHAIN}.cmake )
104
+ include (${CMAKE_CURRENT_LIST_DIR} /cores/${MBED_CPU_CORE}.cmake )
105
105
106
106
#converts a list into a string with each of its elements seperated by a space
107
107
macro (list_to_space_separated OUTPUT_VAR )# 2nd arg: LIST...
You can’t perform that action at this time.
0 commit comments