CMake/Help/release/dev/exec_program-policy.rst
2023-07-25 11:09:56 -04:00

7 lines
225 B
ReStructuredText

exec_program-policy
-------------------
* The :command:`exec_program` command, which has been deprecated since CMake
3.0, has been removed by policy :policy:`CMP0153`. Use the
:command:`execute_process` command instead.