summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake')
-rw-r--r--Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake b/Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake
new file mode 100644
index 0000000..2e3fbe1
--- /dev/null
+++ b/Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake
@@ -0,0 +1,5 @@
+file(DOWNLOAD
+ "file://${CMAKE_CURRENT_SOURCE_DIR}/DOWNLOAD-unused-argument.txt"
+ "${CMAKE_CURRENT_BINARY_DIR}/unused-argument.txt"
+ JUNK
+ )