Skip to content

Commit 3fae82c

Browse files
authored
Merge pull request #13860 from rajkan01/feature-cmake-memap-depth
CMake: Remove memap depth level argument
2 parents 66dcd94 + 116ed02 commit 3fae82c

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)