mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
|