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 cmake "exec_program" with "execute_process" #2838

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

Stoabrogga
Copy link
Contributor

@Stoabrogga Stoabrogga commented Nov 20, 2024

🍰 Pullrequest

Replace cmake "exec_program" with "execute_process". Since cmake 3.28 there's a warning if "exec_program" is used.

Proof

  • None

Issues

  • None

How2Test

  • None

Todo / Checklist

  • None

@Stoabrogga
Copy link
Contributor Author

Additional information:
https://cmake.org/cmake/help/latest/command/exec_program.html

The command "exec_program" is deprecated since cmake 3.0.

@ratkosrb ratkosrb merged commit fb97acb into vmangos:development Nov 25, 2024
3 checks passed
@Stoabrogga Stoabrogga deleted the cmake_execute_process branch November 25, 2024 17:43
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