summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/COPY_FILE-input-missing.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/file/COPY_FILE-input-missing.cmake')
-rw-r--r--Tests/RunCMake/file/COPY_FILE-input-missing.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/COPY_FILE-input-missing.cmake b/Tests/RunCMake/file/COPY_FILE-input-missing.cmake
new file mode 100644
index 0000000..2d2c55e
--- /dev/null
+++ b/Tests/RunCMake/file/COPY_FILE-input-missing.cmake
@@ -0,0 +1,3 @@
+set(oldname "${CMAKE_CURRENT_BINARY_DIR}/input-missing")
+set(newname "${CMAKE_CURRENT_BINARY_DIR}/output")
+file(COPY_FILE "${oldname}" "${newname}")