diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-07-24 20:59:28 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-07-25 15:09:56 (GMT) |
commit | ff12a57d5e459fac4cf2b11f90a681bc165c4a42 (patch) | |
tree | 51667de8b7d56a7e7477bc7a738d963a30a38310 /Help/policy | |
parent | 89a692aa18d0d1f80c131fdc3eba34fea195f00a (diff) | |
download | CMake-ff12a57d5e459fac4cf2b11f90a681bc165c4a42.zip CMake-ff12a57d5e459fac4cf2b11f90a681bc165c4a42.tar.gz CMake-ff12a57d5e459fac4cf2b11f90a681bc165c4a42.tar.bz2 |
exec_program(): Remove by policy CMP0153
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0153.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/policy/CMP0153.rst b/Help/policy/CMP0153.rst new file mode 100644 index 0000000..4c9f3dc --- /dev/null +++ b/Help/policy/CMP0153.rst @@ -0,0 +1,12 @@ +CMP0153 +------- + +The :command:`exec_program` command should not be called. + +This command has long been superseded by the :command:`execute_process` +command and has been deprecated since CMake 3.0. + +.. |disallowed_version| replace:: 3.28 +.. include:: DISALLOWED_COMMAND.txt + +.. include:: DEPRECATED.txt |