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

Update deprecated CMake command exec_program() #526

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

MrColdboot
Copy link

Per the cmake documentation:

Changed in version 3.28: This command is available only if policy CMP0153
is not set to NEW. Port projects to the execute_process() command.

Deprecated since version 3.0: Use the execute_process() command instead.

To avoid warnings or future errors, calls to exec_program() have been replaced with the recommended execute_process() command.

Per the cmake documentation:

  > *Changed in version 3.28:* This command is available only if policy CMP0153
  >   is not set to NEW. Port projects to the execute_process() command.
  >
  > *Deprecated since version 3.0:* Use the execute_process() command instead.

To avoid warnings or future errors, calls to `exec_program()` have been
replaced with the recommended `execute_process()` command.
@wb2osz wb2osz merged commit f233bfb into wb2osz:dev Apr 24, 2024
9 checks passed
@wb2osz
Copy link
Owner

wb2osz commented Apr 24, 2024

Thank you for submitting this improvement.

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