summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_library/OBJECTwithNoSourcesButLinkObjects-stderr.txt
blob: 8f20096167191577fc6817807e9438385743a1c4 (plain)
1
2
3
4
5
6
^You have called ADD_LIBRARY for library TestObjectLibWithoutSources without any source files. This typically indicates a problem with your CMakeLists.txt file
CMake Error at OBJECTwithNoSourcesButLinkObjects.cmake:[0-9]+ \(target_link_libraries\):
  Object library target \"TestObjectLibWithoutSources\" may not link to
  anything.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)$