summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorMichael Hirsch <scivision@users.noreply.gitlab.kitware.com>2021-10-18 11:49:40 -0400
committerBrad King <brad.king@kitware.com>2021-10-19 09:05:48 -0400
commitec9470679142605c95988bd34a6045d94d16d179 (patch)
tree24d7bea389b80138f92d7d2fae2580af0b5befc7 /Help
parent9b29cfd21f7f48a8c6d5010b98fc585452ff6eb2 (diff)
downloadcmake-ec9470679142605c95988bd34a6045d94d16d179.tar.gz
Help: gen expr: note that CONFIG is comma-separated
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-generator-expressions.7.rst4
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 5d508cb0dd..62608e243e 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.