Код: Выделить всё
CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
"B" of type SHARED_LIBRARY
depends on "A" (weak)
"OpenPhase" of type SHARED_LIBRARY
depends on "B" (weak)
At least one of these targets is not a STATIC_LIBRARY. Cyclic dependencies are allowed only among static libraries.
CMake Generate step failed. Build files cannot be regenerated correctly.
Контекст :
- Средой является Linux, где циклические зависимости между разделяемыми библиотеками не являются проблематичными.
- Модификация структура библиотеки или переключение на статические библиотеки в настоящее время невозможны.
Будем очень признательны за любую помощь или предложения!
Подробнее здесь: https://stackoverflow.com/questions/790 ... s-on-linux