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

Commits on Apr 23, 2024

  1. Update deprecated CMake command exec_program()

    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.
    MrColdboot committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9a657f0 View commit details
    Browse the repository at this point in the history