summaryrefslogtreecommitdiffstats
path: root/Help/command/find_program.rst
Commit message (Collapse)AuthorAgeFilesLines
* find_program: Optionally consider all names in each directoryBrad King2015-09-021-1/+6
| | | | | | | When more than one value is given to the NAMES option this command by default will consider one name at a time and search every directory for it. Add a NAMES_PER_DIR option to tell this command to consider one directory at a time and search for all names in it.
* Help: Improve documentation formatting of find_* commandsBrad King2015-06-081-6/+9
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Help: Document the CMAKE_FIND_ROOT_PATH* variables.Stephen Kelly2013-11-271-1/+1
| | | | | Add a replacement template for the variables, and link to them from the documentation for the find_* commands.
* Help: Factor out find_* command duplicationBrad King2013-10-161-143/+17
| | | | | | | These documents were represented in the builtin documentation using a common starting point with placeholders substituted by each command. Convert them back to this approach using the reStructuredText include directive and substitutions to avoid duplication.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+151
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.