mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to cover the error messages for these commands.
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
CMake Error at NoArguments.cmake:1 \(add_custom_command\):
|
|
add_custom_command called with wrong number of arguments.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|