summaryrefslogtreecommitdiffstats
path: root/Help/command/exec_program.rst
Commit message (Collapse)AuthorAgeFilesLines
* exec_program: Add example how to upgrade to execute_process()Peter Kokot2025-04-161-9/+42
| | | | | | | | | | | | This hopefully helps a bit when upgrading CMake code that uses `exec_program()` command. Changes: - Used third-person phrasing for the command description. - The `exec_program()` command arguments in signature updated a bit. - Mention of CMakeLists.txt file removed as this command also worked in CMake scripts and other modes. - Added examples section.
* exec_program(): Remove by policy CMP0153Kyle Edwards2023-07-251-0/+4
|
* Help: Use CMake highlighting for command synopsisAlex Turbov2022-11-091-1/+1
| | | | Most of CMake commands use it. Fix a few of them to do the same.
* Help: Date deprecation of deprecated commands.Joachim Wuttke (o)2018-10-251-1/+3
|
* Help: Improve formatting of command documentationMichael Scott2015-06-081-4/+4
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+24
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.