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 uses exec_program with execute_process #364

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

pikacic
Copy link
Contributor

@pikacic pikacic commented Feb 6, 2024

As of CMake 3.28, uses of exec_program produce a deprecation warning suggesting to replace it with execute_process.

With this pull request I replaced the occurrences of exec_program with the equivalent invocation of execute_process.

See https://cmake.org/cmake/help/latest/policy/CMP0153.html

As of CMake 3.28, uses of exec_program produce a deprecation warning
suggesting to replace it with execute_process.

See https://cmake.org/cmake/help/latest/policy/CMP0153.html
@bernhardmgruber bernhardmgruber merged commit cffaaed into VcDevel:1.4 Feb 6, 2024
0 of 15 checks passed
@bernhardmgruber
Copy link
Collaborator

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants