Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases | Marc Chevrier | 2022-12-13 | 1 | -0/+3 |
| | | | | Fixes: #24186 | ||||
* | Help: Move a note about arguments and genexes into include file | Alex Turbov | 2022-11-09 | 1 | -4/+2 |
| | |||||
* | Help: Add _See Also_ sections to related CMake commands | Alex Turbov | 2022-11-09 | 1 | -0/+5 |
| | |||||
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | Help: clarify add_definitions() and add_compile_definitions() behavior | Marc Chevrier | 2020-05-24 | 1 | -4/+6 |
| | | | | Fixes: #20736 | ||||
* | Help: Apply syntax highlighting to project commands | Joachim Wuttke (o) | 2018-10-25 | 1 | -2/+2 |
| | | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense. | ||||
* | Help: fix add_compile_definitions() documentation | Marc Chevrier | 2018-07-05 | 1 | -3/+3 |
| | | | | Fixes: #18147 | ||||
* | add_compile_definitions: add new command | Marc Chevrier | 2018-04-20 | 1 | -0/+23 |
This command manages preprocessor definitions at directory level and supports generator expressions. Fixes: #15374 |