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

    group "feat:{base3,base4}"
      depends on group "feat:{base1,base2}"
    group "feat:{base1,base2}"
      depends on group "feat:{base3,base4}"

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