Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / File_Archive / extract-missing-args.cmake
1 file(ARCHIVE_EXTRACT
2   INPUT         # missing input
3   DESTINATION   # missing destination
4   PATTERNS      # no patterns
5   )