Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -37/+0 |
| | | | | | Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files. | ||||
* | Add a SYSTEM parameter to target_include_directories (#14180) | Stephen Kelly | 2013-07-02 | 1 | -1/+1 |
| | | | | | | This is similar to the include_directories(SYSTEM) signature in that it allows telling the compiler to ignore warnings from such headers. | ||||
* | Add target_compile_options command. | Stephen Kelly | 2013-06-02 | 1 | -0/+90 |
This command populates the COMPILE_OPTIONS target property. |