scp custom command fails #2925
-
Hi, my CMakeLists.txt has a post build custom command to copy the target to a remote server using scp:
This works when I build from the command line, but when building from VS Code I see:
Does this suggest that the build process can't find 'scp'? Any suggestions on how to debug/fix this would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This looks like it can't find |
Beta Was this translation helpful? Give feedback.
This looks like it can't find
scp
. You can try removing the arguments to double check, but I just did a quick test withecho
vsecho2
and it works for the first one and fails for the second.