summaryrefslogtreecommitdiffstats
path: root/Help/command/cmake_minimum_required.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Improve formatting of command documentationMichael Scott2015-06-081-1/+1
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Help: Document behavior of cmake_minimum_required in a functionBrad King2015-05-151-0/+4
| | | | | Add a note to the cmake_minimum_required documentation about the limits of calling it in a function.
* Help: Document that cmake_minimum_required should be called firstBrad King2015-04-291-0/+7
| | | | | | | | | Many projects put their project() call first, but the actions taken by this command can be influenced by policies and other information set by a call to cmake_minimum_required. Document in each of these two commands that cmake_minimum_required should be called first. Suggested-by: Alan W. Irwin
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+30
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.