mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Rationale: Currently during creation of archive by 'tar', if error appears, it interrupt archive creation. As a result only part of files are archived This behaviour is not consistent with 'copy_directory', native 'tar' and other command behaviour. With this Merge Request this behaviour is fixed.
3 lines
101 B
Plaintext
3 lines
101 B
Plaintext
^CMake Error: Unable to read from file 'badfile.txt': .*
|
|
CMake Error: Problem creating tar: bad.tar$
|