We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd2ee6 commit 52dda1bCopy full SHA for 52dda1b
tools/cmake/app.cmake
@@ -12,11 +12,11 @@ include(${MBED_CONFIG_PATH}/mbed_config.cmake)
12
# Load toolchain file
13
if(NOT CMAKE_TOOLCHAIN_FILE OR MBED_TOOLCHAIN_FILE_USED)
14
set(MBED_TOOLCHAIN_FILE_USED TRUE CACHE INTERNAL "")
15
- include(${mbed-os_SOURCE_DIR}/tools/cmake/toolchain.cmake)
+ include(${CMAKE_CURRENT_LIST_DIR}/toolchain.cmake)
16
endif()
17
18
# Specify available build profiles and add options for the selected build profile
19
-include(${mbed-os_SOURCE_DIR}/tools/cmake/profile.cmake)
+include(${CMAKE_CURRENT_LIST_DIR}/profile.cmake)
20
21
enable_language(C CXX ASM)
22
0 commit comments