[RSHELL] Remove a duplicated add_custom_command() call (#570)

This commit is contained in:
Serge Gautherie 2018-06-05 20:17:34 +02:00 committed by Thomas Faber
parent c1256dda20
commit 637026ffd7

View file

@ -49,9 +49,3 @@ add_custom_command(TARGET rshell POST_BUILD
"$<TARGET_FILE:rshell>"
"$<TARGET_FILE_DIR:filebrowser>/$<TARGET_FILE_NAME:rshell>"
COMMENT "Copying to output directory")
add_custom_command(TARGET rshell POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E copy
"$<TARGET_FILE:rshell>"
"$<TARGET_FILE_DIR:filebrowser>/$<TARGET_FILE_NAME:rshell>"
COMMENT "Copying to output directory")