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

[cbuild2cmake] Fix executes with always tag not creating CMake outputs #209

Merged

Conversation

EaselinkBachmann
Copy link
Contributor

This PR changes the generated add_custom_target() statements to correctly define output files of executes statements with always: tag so that dependent executes statements have correct CMake dependencies. Otherwise the build breaks due to missing rules to make the dependencies.

Fixes #208.

@jkrech jkrech requested a review from brondani October 16, 2024 11:01
Correctly define output files of executes statements with always tag so
that dependent executes statements have correct CMake dependencies.
Otherwise the build breaks due to missing rules to make the
dependencies.

Fixes Open-CMSIS-Pack#208.
@EaselinkBachmann EaselinkBachmann force-pushed the feature/fix-always-byproducts branch from 249143c to 3a0f8b9 Compare October 22, 2024 09:14
Copy link
Collaborator

@brondani brondani left a comment

Choose a reason for hiding this comment

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

LGTM

@brondani brondani merged commit 4278307 into Open-CMSIS-Pack:main Oct 23, 2024
14 checks passed
@EaselinkBachmann EaselinkBachmann deleted the feature/fix-always-byproducts branch October 24, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Executes statements with "always:" tag don't specify output files and break CMake dependencies
2 participants