summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_custom_command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-07 18:49:30 (GMT)
committerBrad King <brad.king@kitware.com>2020-10-08 16:20:33 (GMT)
commit26464da5d3919cf0c5a6fc3e34cf143bd65d9938 (patch)
tree7cef3720acb41c2791462803f234fcf3c01e86fd /Tests/RunCMake/add_custom_command
parent142a29b46f6e34b45354425c0da9c49aff9c362c (diff)
downloadCMake-26464da5d3919cf0c5a6fc3e34cf143bd65d9938.zip
CMake-26464da5d3919cf0c5a6fc3e34cf143bd65d9938.tar.gz
CMake-26464da5d3919cf0c5a6fc3e34cf143bd65d9938.tar.bz2
cmMakefile: Drop unnecessary custom command APPEND check
Since commit 777ceaea94 (cmMakefile: Delay custom command creation, 2019-10-17, v3.17.0-rc1~352^2) we process custom command declarations at generate time. This includes the append-to-non-existing-command check, so we do not need it at configure time.
Diffstat (limited to 'Tests/RunCMake/add_custom_command')
-rw-r--r--Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt b/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
index b7ee23a..9324302 100644
--- a/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
+++ b/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
@@ -1,5 +1,5 @@
CMake Error at AppendNotOutput.cmake:1 \(add_custom_command\):
- add_custom_command given APPEND option with output
+ Attempt to APPEND to custom command with output
.*RunCMake/add_custom_command/AppendNotOutput-build/out