CMake Error: The inter-target dependency graph contains cycle
Unsolved
QML and Qt Quick
-
wrote on 17 Nov 2022, 05:03 last edited by
I am getting the following error while building my project. Here, none of "MyProject_autogen", "MyProject_tooling", "MyProject_automoc_json_extraction" are libraries/modules I explicitly created. They must be ones Qt is creating automatically.
What are these libraries/modules and what commands in CMakeLists.txt result in their creation so I know which lines to fix?
Error CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle): "MyProject_autogen" of type UTILITY depends on "MyProject_tooling" (strong) "MyProject_automoc_json_extraction" of type UTILITY depends on "MyProject_autogen" (strong) "MyProject_tooling" of type INTERFACE_LIBRARY depends on "MyProject_automoc_json_extraction" (strong)
1/1