Skip to content

Commit 76f4953

Browse files
rajkan01hugueskamba
authored andcommitted
CMake: Remove depth level argument to match map console prints the same depth
and format as old mbed-CLI
1 parent 3fa52b9 commit 76f4953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function(mbed_generate_map_file target)
185185
TARGET
186186
${target}
187187
POST_BUILD
188-
COMMAND ${Python3_EXECUTABLE} ${MBED_PATH}/tools/memap.py -t ${MBED_TOOLCHAIN} -d 4 ${CMAKE_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map
188+
COMMAND ${Python3_EXECUTABLE} ${MBED_ROOT}/tools/memap.py -t ${MBED_TOOLCHAIN} ${CMAKE_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map
189189
WORKING_DIRECTORY
190190
${CMAKE_BINARY_DIR}
191191
COMMENT

0 commit comments

Comments
 (0)