What does "error: cycle in targets detected: \obj\_cuda.obj" mean??
General and Desktop
4
Posts
4
Posters
893
Views
2
Watching
-
-
Hi,
Do you have any CUDA code in your project ?
Any file with cuda in its name ? -
Accidentally got Error: cycle in targets detected: ui_.h after I add h-, cpp- and ui-files to project.
Sometime after using context menu "Add Existing Files...." of the project backslash-space-backslash instead single backslash appended after added filename in the pro-file.
Example:FORMS += \ gui/mainwindow.ui \ \ gui/newwindow.ui
That '\ \' causes Error: cycle in targets detected.