mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
39baf728b7
Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to cover the error messages for these commands.
5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
CMake Error at NoOutputOrTarget.cmake:1 \(add_custom_command\):
|
|
add_custom_command Wrong syntax. A TARGET or OUTPUT must be specified.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|