Skip to content

Commit 8b020f6

Browse files
committed
CMake: fix incorrect relative path for MBED_PATH
MBED_PATH set to /platform directory incorrectly. Updated to set to /mbed-os directory.
1 parent 3319beb commit 8b020f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/tests/TESTS/mbed_hal/flash/functional_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.19.0 FATAL_ERROR)
55

6-
set(MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../../.. CACHE INTERNAL "")
6+
set(MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../.. CACHE INTERNAL "")
77
set(TEST_TARGET mbed-hal-flash-functional-tests)
88

99
include(${MBED_PATH}/tools/cmake/mbed_greentea.cmake)

0 commit comments

Comments
 (0)