mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
7480fa0a5f
Fixes: #24186
7 lines
242 B
ReStructuredText
7 lines
242 B
ReStructuredText
COMPILE_DEFINITIONS-property-cleanup
|
|
------------------------------------
|
|
|
|
* For all ``COMPILE_DEFINITIONS`` properties, any leading ``-D`` on an item
|
|
will be removed regardless how to was defined: as is or inside a generator
|
|
expression.
|