diff options
author | Brad King <brad.king@kitware.com> | 2021-10-19 13:06:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-10-19 13:07:04 (GMT) |
commit | d252b6a1a0130a414fd3a7883b775862e4104cb8 (patch) | |
tree | c43567c99399f5e445ba9747b1d1e97e600656a3 /Help/manual | |
parent | 0751a0344c8273fdf794d4872b770e915a5bbe72 (diff) | |
parent | ec9470679142605c95988bd34a6045d94d16d179 (diff) | |
download | CMake-d252b6a1a0130a414fd3a7883b775862e4104cb8.zip CMake-d252b6a1a0130a414fd3a7883b775862e4104cb8.tar.gz CMake-d252b6a1a0130a414fd3a7883b775862e4104cb8.tar.bz2 |
Merge topic 'doc-genex-CONFIG-commas'
ec94706791 Help: gen expr: note that CONFIG is comma-separated
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6636
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-generator-expressions.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index 5d508cb..62608e2 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -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. |