Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Clarify the use of PROJECT_SOURCE_DIR | Nicolas Bock | 2020-04-29 | 1 | -3/+5 |
| | | | | | | | | | The value of the PROJECT_SOURCE_DIR variable is not always the source directory of the "most recent project command". If the project was included via add_subdirectory, variable scoping will prevent this value to change in the parent scope. Signed-off-by: Nicolas Bock <nicolasbock@gmail.com> | ||||
* | Help: Format project command and variable documentation | Brad King | 2014-01-29 | 1 | -1/+1 |
| | | | | Also add document for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE variable. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+6 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |