exec_program(): Remove by policy CMP0153

This commit is contained in:
Kyle Edwards
2023-07-24 16:59:28 -04:00
parent 89a692aa18
commit ff12a57d5e
18 changed files with 61 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
exec_program
------------
.. versionchanged:: 3.28
This command is available only if policy :policy:`CMP0153` is not set to ``NEW``.
Port projects to the :command:`execute_process` command.
.. deprecated:: 3.0
Use the :command:`execute_process` command instead.