mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-05 07:10:26 +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>
|
.. genex:: $<CONFIG:cfgs>
|
||||||
|
|
||||||
``1`` if config is any one of the entries in ``cfgs``, else ``0``. This is a
|
``1`` if config is any one of the entries in comma-separated list
|
||||||
case-insensitive comparison. The mapping in
|
``cfgs``, else ``0``. This is a case-insensitive comparison. The mapping in
|
||||||
:prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` is also considered by this
|
:prop_tgt:`MAP_IMPORTED_CONFIG_<CONFIG>` is also considered by this
|
||||||
expression when it is evaluated on a property on an :prop_tgt:`IMPORTED`
|
expression when it is evaluated on a property on an :prop_tgt:`IMPORTED`
|
||||||
target.
|
target.
|
||||||
|
|||||||
Reference in New Issue
Block a user