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 3a591eb commit 8597166Copy full SHA for 8597166
tools/cmake/mbed_greentea.cmake
@@ -3,7 +3,7 @@
3
4
set(MBED_CONFIG_PATH ${CMAKE_CURRENT_BINARY_DIR} CACHE INTERNAL "")
5
6
-include(${mbed-os_SOURCE_DIR}/tools/cmake/app.cmake)
+include(${CMAKE_CURRENT_LIST_DIR}/app.cmake)
7
8
# CMake Macro for generalizing CMake configuration across the greentea test suite with configurable parameters
9
# Macro args:
@@ -37,7 +37,7 @@ macro(mbed_greentea_add_test)
37
38
set(TEST_NAME ${MBED_GREENTEA_TEST_NAME})
39
40
- add_subdirectory(${mbed-os_SOURCE_DIR} build)
+ add_subdirectory(${CMAKE_CURRENT_LIST_DIR} build)
41
42
add_executable(${TEST_NAME})
43
0 commit comments