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 7df6559 + d5292e3 commit 276ab76Copy full SHA for 276ab76
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-cellular)
9
10
include(${MBED_PATH}/tools/cmake/app.cmake)
0 commit comments