summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_PROGRAM_PATH.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: add documentation for some CMAKE_XXX_PATH env.varsAlex Neundorf2023-05-011-2/+6
| | | | | | | This patch adds basic documentation for the CMAKE_INCLUDE_PATH, CMAKE_LIBRARY_PATH, CMAKE_PROGRAM_PATH, CMAKE_APPBUNDLE_PATH and CMAKE_FRAMEWORK_PATH environment variables and links to the respective cmake variables and vice versa.
* Help: Spell out ";-list" as "semicolon-separated list"Joachim Wuttke (o)2018-10-251-1/+1
|
* Help: Revise CMAKE_*_PATH and CMAKE_SYSTEM_*_PATH variable docs (#15631)Brad King2015-06-251-6/+3
| | | | | Improve reStructuredText formatting and cross-references. Specify explicitly that each variable may be set to a ;-list of multiple values.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+10
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.