summaryrefslogtreecommitdiffstats
path: root/Help/command/exec_program.rst
diff options
context:
space:
mode:
authorJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 11:15:34 (GMT)
committerJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 11:15:34 (GMT)
commitc8e8c9cc7ca608602ccde413290f10bf2ebb24d5 (patch)
tree587016974f926b30d9a9d0c54e34476d285e8f0b /Help/command/exec_program.rst
parent19998d7b3cb69a4f30d1e151471706b02102e16d (diff)
downloadCMake-c8e8c9cc7ca608602ccde413290f10bf2ebb24d5.zip
CMake-c8e8c9cc7ca608602ccde413290f10bf2ebb24d5.tar.gz
CMake-c8e8c9cc7ca608602ccde413290f10bf2ebb24d5.tar.bz2
Help: Date deprecation of deprecated commands.
Diffstat (limited to 'Help/command/exec_program.rst')
-rw-r--r--Help/command/exec_program.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/exec_program.rst b/Help/command/exec_program.rst
index 6dfdad3..bc9b069 100644
--- a/Help/command/exec_program.rst
+++ b/Help/command/exec_program.rst
@@ -1,7 +1,9 @@
exec_program
------------
-Deprecated. Use the :command:`execute_process` command instead.
+.. deprecated:: 3.0
+
+ Use the :command:`execute_process` command instead.
Run an executable program during the processing of the CMakeList.txt
file.