Skip to content

cmake: Distinguish '-E tar' warnings from errors copying data

Brad King requested to merge brad.king/cmake:tar-warnings into master

The logic added by !2075 (merged) incorrectly reports failure in the case of ARCHIVE_WARN. Convert this case to a warning.

Fixes: #18496 (closed)

Merge request reports