mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[RSHELL] Remove a duplicated add_custom_command() call (#570)
This commit is contained in:
parent
c1256dda20
commit
637026ffd7
1 changed files with 0 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue