Skip to content

Commit 52565ae

Browse files
Remove CMAKE_EXECUTABLE_SUFFIX where it doesn't belong.
1 parent 068358d commit 52565ae

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
@@ -203,7 +203,7 @@ function(mbed_generate_map_file target)
203203
TARGET
204204
${target}
205205
POST_BUILD
206-
COMMAND ${Python3_EXECUTABLE} ${MBED_PATH}/tools/memap.py -t ${MBED_TOOLCHAIN} ${CMAKE_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map
206+
COMMAND ${Python3_EXECUTABLE} ${MBED_PATH}/tools/memap.py -t ${MBED_TOOLCHAIN} ${CMAKE_BINARY_DIR}/${target}.map
207207
WORKING_DIRECTORY
208208
${CMAKE_BINARY_DIR}
209209
COMMENT

0 commit comments

Comments
 (0)