mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
fb3c5bfdbe
CMake's properties will never begin with an underscore or a lowercase letter, so allow them to be set by projects.
8 lines
374 B
ReStructuredText
8 lines
374 B
ReStructuredText
whitelist-more-interface-properties
|
|
-----------------------------------
|
|
|
|
* ``INTERFACE`` libraries may now have custom properties set on them if they
|
|
start with either an underscore (``_``) or a lowercase ASCII character. The
|
|
original intention was to only allow properties which made sense for
|
|
``INTERFACE`` libraries, but it also blocked usage of custom properties.
|