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 9e4a223 commit 0945904Copy full SHA for 0945904
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