You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments