From 637026ffd7e674a98f44747a8106c4e0fe4a980f Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Tue, 5 Jun 2018 20:17:34 +0200 Subject: [PATCH] [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 94337e9efe4..39a2b19d236 100644 --- a/base/shell/rshell/CMakeLists.txt +++ b/base/shell/rshell/CMakeLists.txt @@ -49,9 +49,3 @@ add_custom_command(TARGET rshell POST_BUILD "$" "$/$" COMMENT "Copying to output directory") - -add_custom_command(TARGET rshell POST_BUILD - COMMAND "${CMAKE_COMMAND}" -E copy - "$" - "$/$" - COMMENT "Copying to output directory")