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

Replace $<CONFIG> in IMPORTED_LOCATION #459

Merged
merged 1 commit into from
Nov 25, 2023
Merged

Replace $<CONFIG> in IMPORTED_LOCATION #459

merged 1 commit into from
Nov 25, 2023

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Nov 19, 2023

Users might define an OUTPUT_DIRECTORY containing $<CONFIG>. Copying the byproducts works fine, but for
the imported location we need to replace
the genex. This is possible, since in
single config mode we know the config,
and in multi config mode we know the
config for the _CONFIG variants of IMPORTED_LOCATION.

Fixes #453

Users might define an OUTPUT_DIRECTORY containing $<CONFIG>.
Copying the byproducts works fine, but for
the imported location we need to replace
the genex. This is possible, since in
single config mode we know the config,
and in multi config mode we know the
config for the `_CONFIG` variants of IMPORTED_LOCATION.
@jschwe jschwe merged commit 9f5833b into master Nov 25, 2023
36 checks passed
@jschwe jschwe deleted the vs_config branch November 25, 2023 09:31
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.

Support $<CONFIG> in OUTPUT_DIRECTORY
1 participant