Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / File_Archive / create-missing-args.cmake
1 file(ARCHIVE_CREATE
2   OUTPUT              # missing output path
3   FORMAT              # missing output format
4   COMPRESSION         # missing compression type
5   COMPRESSION_LEVEL   # missing compression level
6   MTIME               # missing modification time
7   PATHS               # no paths
8   )