cmake/Tests/RunCMake/add_executable/NoSourcesButLinkObjects-stderr.txt
2018-01-26 17:06:56 +01:00

12 lines
471 B
Plaintext

^CMake Error at NoSourcesButLinkObjects.cmake:[0-9]+ \(add_executable\):
add_executable called with incorrect number of arguments
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)
CMake Error at NoSourcesButLinkObjects.cmake:[0-9]+ \(target_link_libraries\):
Cannot specify link libraries for target \"TestExeWithoutSources\" which is
not built by this project.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)$