Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document order of flags from CMAKE_<LANG>_FLAGS and COMPILE_OPTIONS | Brad King | 2021-06-03 | 1 | -2/+5 |
| | |||||
* | Help: Specify COMPILE_OPTIONS and COMPILE_FLAGS source properties usage | Marc Chevrier | 2018-05-07 | 1 | -3/+7 |
| | |||||
* | COMPILE_FLAGS: do not imply that the property is a list | Ben Boeckel | 2018-01-08 | 1 | -3/+3 |
| | | | | | | The "added to the list" language hinted that the property was interpreted as a CMake list, but this is not correct. It is just a string. | ||||
* | Add generator expression support to per-source COMPILE_FLAGS | Zsolt Parragi | 2016-10-28 | 1 | -0/+7 |
| | | | | | | This allows users to specify different genex-based compile flags for each file in a target, e.g. compiling just a single file with `Od/Ox` in release builds on Visual Studio. | ||||
* | Help: Hyperlink properties | Gregor Jasny | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+8 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |