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 8814295 commit 23c1850Copy full SHA for 23c1850
CMakeLists.txt
@@ -21,7 +21,7 @@ include(${MBED_CONFIG_PATH}/mbed_config.cmake)
21
include(${MBED_ROOT}/cmake/core.cmake)
22
mbed_set_cpu_core_options(mbed-os ${MBED_TOOLCHAIN})
23
24
-# Set the toolchain file, do not include it as it's included by CMake on system level
+# Set default toolchain file
25
if(NOT CMAKE_TOOLCHAIN_FILE)
26
set(CMAKE_TOOLCHAIN_FILE "${MBED_ROOT}/cmake/toolchain.cmake" CACHE INTERNAL "")
27
endif()
0 commit comments