mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 14:50:23 +00:00
Help: gen expr: note that CONFIG is comma-separated
This commit is contained in:
committed by
Brad King
parent
9b29cfd21f
commit
ec94706791
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user