mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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.
9 lines
293 B
Plaintext
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\)
|