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

7 lines
409 B
Plaintext

^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\)$