summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Archive/create-missing-args.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/File_Archive/create-missing-args.cmake')
-rw-r--r--Tests/RunCMake/File_Archive/create-missing-args.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/RunCMake/File_Archive/create-missing-args.cmake b/Tests/RunCMake/File_Archive/create-missing-args.cmake
new file mode 100644
index 0000000..a0c84d2
--- /dev/null
+++ b/Tests/RunCMake/File_Archive/create-missing-args.cmake
@@ -0,0 +1,8 @@
+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
+ )