You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
222 B

set(OUTPUT_NAME "test.tar")
set(ARCHIVE_MTIME "1970-01-01UTC")
set(ARCHIVE_MTIME_RFC3339 "1970-01-01T00:00:00Z")
set(COMPRESSION_FLAGS cvf)
set(COMPRESSION_OPTIONS --mtime=${ARCHIVE_MTIME})
set(DECOMPRESSION_FLAGS xvf)