Files
cmake/Tests/RunCMake/CommandLine/E_copy_if_different-nonexistent-source-stderr.txt
Frank Winklmeier fb7a904e90 cmcmd: report system errors on more filesystem operations
Print the system error message in case of failure when calling
`CopyFileAlways`, `CopyFileIfDifferent`, `CopyFileIfNewer`,
`CopyADirectory` and `MakeDirectory`.

Remove unnecessary `cmSystemTools` wrappers for `CopyFileIfNewer` and
`CopyADirectory`.

Fixes: #18276
2025-11-12 11:53:35 -05:00

2 lines
89 B
Plaintext

^Error copying file \(if different\) from "[^"]+" to "[^"]+": No such file or directory$