Skip to content

Commit 062bb5f

Browse files
0xc0170rajkan01
authored andcommitted
Update CMakeLists.txt
Co-authored-by: Rajkumar Kanagaraj <[email protected]>
1 parent 52bc5b5 commit 062bb5f

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
@@ -160,7 +160,7 @@ function(mbed_generate_bin_hex target)
160160
get_property(mbed_studio_arm_compiler GLOBAL PROPERTY MBED_STUDIO_ARM_COMPILER)
161161
set(CMAKE_POST_BUILD_COMMAND
162162
COMMAND ${elf_to_bin} ${mbed_studio_arm_compiler} --bin -o ${CMAKE_BINARY_DIR}/${target}.bin $<TARGET_FILE:${target}>
163-
COMMAND ${CMAKE_COMMAND} -E echo "-- built: ${target}.bin"
163+
COMMAND ${CMAKE_COMMAND} -E echo "-- built: ${CMAKE_BINARY_DIR}/${target}.bin"
164164
COMMAND ${elf_to_bin} ${mbed_studio_arm_compiler} --i32combined -o ${CMAKE_BINARY_DIR}/${target}.hex $<TARGET_FILE:${target}>
165165
COMMAND ${CMAKE_COMMAND} -E echo "-- built: ${CMAKE_BINARY_DIR}/${target}.hex"
166166
)

0 commit comments

Comments
 (0)