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

CMake: Fix #1690 - DEBUG_FEATURES generator expression #1691

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

enetheru
Copy link
Contributor

As described in issue #1690 the expression needs to depend on TARGET_ALIAS not TARGET_NAME.

This was introduced when I was solving the naming conflict issues and I missed this usage.

As described in issue godotengine#1690 the expression needs to depend on TARGET_ALIAS not TARGET_NAME.

This was introduced when I was solving the naming conflict issues and I missed this usage.
@enetheru enetheru marked this pull request as ready for review January 24, 2025 00:42
@enetheru enetheru requested a review from a team as a code owner January 24, 2025 00:42
@dsnopek dsnopek added the cmake label Jan 29, 2025
@dsnopek dsnopek added this to the 4.x milestone Jan 29, 2025
Copy link
Collaborator

@dsnopek dsnopek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, makes sense!

@dsnopek dsnopek merged commit 3c55ca7 into godotengine:master Jan 29, 2025
11 checks passed
@enetheru enetheru deleted the fix1690 branch January 30, 2025 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants