| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
State more explicitly that `cmake_policy(VERSION)` is implied and
explain the effects it has.
|
|
|
|
|
|
| |
Implementation indicates that at least two components of VERSION must
be specified (see Source/cmCMakeMinimumRequired.cxx.) Therefore the
minor version is not optional.
|
|
|
|
|
| |
Use inline reStructuredText markup and add cross-references in more
places.
|
|
|
|
|
| |
Add a note to the cmake_minimum_required documentation about the
limits of calling it in a function.
|
|
|
|
|
|
|
|
|
| |
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
|
|
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
|