Skip to content

cmake: Simplify logic using generator expressions #369

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

Merged
merged 1 commit into from
May 1, 2025

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented May 1, 2025

Leverage CMake 3.20+ generator expressions to replace conditional if()/list(APPEND) blocks and streamline source inclusion.

@jcfr
Copy link
Contributor Author

jcfr commented May 1, 2025

Working toward addressing:

Leverage CMake 3.20+ generator expressions to replace conditional
`if()/list(APPEND)` blocks and streamline source inclusion.
@jcfr jcfr force-pushed the simplify-using-genex branch from f992d6a to 93009fe Compare May 1, 2025 14:56
@jcfr jcfr merged commit 63fded6 into python-cmake-buildsystem:master May 1, 2025
15 checks passed
@jcfr jcfr deleted the simplify-using-genex branch May 1, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant