mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-28 20:04:10 +00:00
9 lines
296 B
CMake
9 lines
296 B
CMake
file(ARCHIVE_CREATE
|
|
OUTPUT # missing output path
|
|
FORMAT # missing output format
|
|
COMPRESSION # missing compression type
|
|
COMPRESSION_LEVEL # missing compression level
|
|
MTIME # missing modification time
|
|
PATHS # no paths
|
|
)
|