summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_executable/NoSourcesButLinkObjects-stderr.txt
blob: c8afadb06d732dfe95e7d91872a32990cdafe489 (plain)
1
2
3
4
5
6
7
8
9
10
11
^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\)$