summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake')
-rw-r--r--Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake b/Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake
deleted file mode 100644
index bad7955017..0000000000
--- a/Tests/RunCMake/Make/CustomCommandDepfile-ERROR.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-add_custom_command(
- OUTPUT hello.copy.c
- COMMAND "${CMAKE_COMMAND}" -E copy
- "${CMAKE_CURRENT_SOURCE_DIR}/hello.c"
- hello.copy.c
- WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
- DEPFILE "test.d"
- )