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 remove deprecated syntax #432

Merged
merged 3 commits into from
Mar 11, 2024
Merged

CMake remove deprecated syntax #432

merged 3 commits into from
Mar 11, 2024

Conversation

scivision
Copy link
Contributor

exec_program() has been removed from CMake and would error.
It was not needed anyway because the values are built into CMake.

Update other syntax such as add_compile_definitions() and foreach().

these results are CMake-defined values--speedup configure/reconfigure
by using these built-in reliable cross-platform values.
@WardF WardF merged commit 624858f into Unidata:main Mar 11, 2024
21 checks passed
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.

2 participants