mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
7 lines
225 B
ReStructuredText
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.
|