Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular dependency on OUURuntime.Build.cs detected #5

Closed
BeansBeansStudios opened this issue Aug 13, 2023 · 1 comment
Closed

Circular dependency on OUURuntime.Build.cs detected #5

BeansBeansStudios opened this issue Aug 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@BeansBeansStudios
Copy link

I'm using the OUUTestUtilities in my project but am seeing this in the logs when building. On ue5.2 branch.

0>Circular dependency on OUURuntime.Build.cs detected.
0>	Full Route: Target -> MyGame.Build.cs -> OUUTestUtilities.Build.cs -> OUURuntime.Build.cs -> OUUEditor.Build.cs -> OUURuntime.Build.cs
0>	Cycled Route: is MyGameTests -> OUUTestUtilities -> OUURuntime -> OUUEditor -> OUURuntime.
0>Break this loop by moving dependencies into a separate module or using Private/PublicIncludePathModuleNames to reference declarations
@JonasReich
Copy link
Owner

Thanks for the report! I actually caught this one day after at work, but didn't got to merge it back into the 5.2 branch up until now.
This is now fixed in 80a141e

@JonasReich JonasReich added the bug Something isn't working label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants