Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: Manage VERSION variables | Brad King | 2014-01-29 | 1 | -1/+26 |
| | | | | | | | | | | | | | | | | Teach the project() command to set variables {PROJECT,<PROJECT-NAME>}_VERSION{,_MAJOR,_MINOR,_PATCH,_TWEAK} holding the project version number and its components. Add project() command option "VERSION" to specify the version explicitly, and default to the empty string when it is not given. Since this clears variables when no VERSION is given, this may change behavior for existing projects that set the version variables themselves prior to calling project(). Add policy CMP0048 for compatibility. Suggested-by: Alex Neundorf <neundorf@kde.org> | ||||
* | project: Add optional LANGUAGES keyword | Brad King | 2014-01-29 | 1 | -2/+3 |
| | | | | | | | Teach the project() command to recognize an optional "LANGUAGES" keyword after the project name and prior to the list of languages. Do not allow multiple copies of the keyword. If the keyword is specified and no languages are listed, imply NONE. | ||||
* | Help: Format project command and variable documentation | Brad King | 2014-01-29 | 1 | -19/+23 |
| | | | | Also add document for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE variable. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+27 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |