Help: Date deprecation of deprecated commands.

This commit is contained in:
Joachim Wuttke (o)
2018-10-25 13:15:34 +02:00
parent 19998d7b3c
commit c8e8c9cc7c
16 changed files with 32 additions and 16 deletions

View File

@@ -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.