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

Always respect OUTPUT_DIRECTORY #461

Merged
merged 1 commit into from
Dec 2, 2023
Merged

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Nov 26, 2023

Remove the option to turn off support for OUTPUT_DIRECTORY. Corrosion's minimum supported CMake version is high enough to always have the CALL DEFER feature, which allows us to remove the legacy code-path. There is no point in keeping the legacy code path, since users can just unset the relevant variables, if they don't want Corrosion to copy artifacts.

@jschwe jschwe requested a review from ogoffart November 26, 2023 13:13
Remove the option to turn off support for OUTPUT_DIRECTORY.
Corrosion's minimum supported CMake version is high enough
to always have the CALL DEFER feature, which allows us to
remove the legacy code-path. There is no point in keeping the
legacy code path, since users can just unset the relevant variables,
if they don't want Corrosion to copy artifacts.
@jschwe jschwe merged commit 3005b51 into corrosion-rs:master Dec 2, 2023
36 checks passed
@jschwe jschwe deleted the only_deferred branch December 2, 2023 02:50
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.

1 participant