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.
cmake/Tests/RunCMake/GenEx-LINK_GROUP/circular-dependencies1-stde...

12 lines
428 B

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