39baf728b7
Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to cover the error messages for these commands.
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
CMake Error at AppendNotOutput.cmake:1 \(add_custom_command\):
|
|
add_custom_command given APPEND option with output.*
|
|
which is not already a custom command output.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|