summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_library/OBJECTwithOnlyObjectSources-stderr.txt
blob: 6183f80e8c2bf1beff1ccf8202db3863f691776b (plain)
1
2
3
4
5
6
7
8
9
10
^CMake Error at OBJECTwithOnlyObjectSources.cmake:[0-9]+ \(add_library\):
  OBJECT library \"TestObjectLibWithoutSources\" contains:

    [^
]*test(\.cpp)?\.o(bj)?

  but may contain only sources that compile, header files, and other files
  that would not affect linking of a normal library.
Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)$