summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-LINK_GROUP/circular-dependencies1-stderr.txt
blob: 94008e1ea7aff4bdb4980a9a7d10012719043d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
CMake Error at circular-dependencies1.cmake:[0-9]+ \(add_library\):
  The inter-target dependency graph, for the target "lib1", contains the
  following strongly connected component \(cycle\):

    group "feat:{dep1.1,dep1.2}"
      depends on group "feat:{dep2.1,dep2.2}"
    group "feat:{dep2.1,dep2.2}"
      depends on group "feat:{dep1.1,dep1.2}"

Call Stack \(most recent call first\):
  CMakeLists.txt:[0-9]+ \(include\)