Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | cmCommand refactor: cmIncludeGuardCommand | Gabor Bencze | 2019-08-20 | 1 | -6/+6 |
| | |||||
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | cmMakefile: Simplify and rename AddDefinitionBool | Sebastian Holtermann | 2019-07-24 | 1 | -1/+1 |
| | | | | | | | This simplifies the `cmMakefile::AddDefinition` method with bool value overload to call the string based `cmMakefile::AddDefinition` method with either an "ON" or "OFF" string. Also the method is renamed to `cmMakefile::AddDefinitionBool` | ||||
* | include_guard: implement new command | Pavel Solodovnikov | 2017-06-22 | 1 | -0/+108 |