https://git.reactos.org/?p=reactos.git;a=commitdiff;h=637026ffd7e674a98f44747a8106c4e0fe4a980f

commit 637026ffd7e674a98f44747a8106c4e0fe4a980f
Author:     Serge Gautherie <[email protected]>
AuthorDate: Tue Jun 5 20:17:34 2018 +0200
Commit:     Thomas Faber <[email protected]>
CommitDate: Tue Jun 5 20:17:34 2018 +0200

    [RSHELL] Remove a duplicated add_custom_command() call (#570)
---
 base/shell/rshell/CMakeLists.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/base/shell/rshell/CMakeLists.txt b/base/shell/rshell/CMakeLists.txt
index 94337e9efe..39a2b19d23 100644
--- a/base/shell/rshell/CMakeLists.txt
+++ b/base/shell/rshell/CMakeLists.txt
@@ -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")

Reply via email to