Merge topic 'doc-genex-CONFIG-commas' into release-3.22

ec94706791 Help: gen expr: note that CONFIG is comma-separated

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6636
This commit is contained in:
Brad King 2021-10-19 13:06:53 +00:00 committed by Kitware Robot
commit 7984f98d8f

View File

@ -134,8 +134,8 @@ Variable Queries
.. genex:: $<CONFIG:cfgs>
``1`` if config is any one of the entries in ``cfgs``, else ``0``. This is a
case-insensitive comparison. The mapping in
``1`` if config is any one of the entries in comma-separated list
``cfgs``, else ``0``. This is a case-insensitive comparison. The mapping in
:prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` is also considered by this
expression when it is evaluated on a property on an :prop_tgt:`IMPORTED`
target.