summaryrefslogtreecommitdiffstats
path: root/Help/policy
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2023-07-24 20:59:28 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2023-07-25 15:09:56 (GMT)
commitff12a57d5e459fac4cf2b11f90a681bc165c4a42 (patch)
tree51667de8b7d56a7e7477bc7a738d963a30a38310 /Help/policy
parent89a692aa18d0d1f80c131fdc3eba34fea195f00a (diff)
downloadCMake-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.rst12
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