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.
2 parents e996203 + 6a7454c commit b973e75Copy full SHA for b973e75
CMakeLists.txt
@@ -4,7 +4,7 @@
4
cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
5
6
set(MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mbed-os CACHE INTERNAL "")
7
-set(MBED_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR}/.mbedbuild CACHE INTERNAL "")
+set(MBED_CONFIG_PATH ${CMAKE_CURRENT_BINARY_DIR} CACHE INTERNAL "")
8
set(APP_TARGET mbed-os-example-lorawan)
9
10
include(${MBED_PATH}/tools/cmake/app.cmake)
0 commit comments