You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
420 B
12 lines
420 B
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\)
|