Files
CMake/Tests/RunCMake/add_custom_command/AppendNotOutput-stderr.txt
Brad King 26464da5d3 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.
2020-10-08 12:20:33 -04:00

9 lines
293 B
Plaintext

CMake Error at AppendNotOutput.cmake:1 \(add_custom_command\):
Attempt to APPEND to custom command with output
.*RunCMake/add_custom_command/AppendNotOutput-build/out
which is not already a custom command output.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)