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")