瀏覽代碼

Help: Say early on that generator expressions can be nested.

Joachim Wuttke (o) 7 年之前
父節點
當前提交
86c07b9165
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      Help/manual/cmake-generator-expressions.7.rst

+ 4 - 2
Help/manual/cmake-generator-expressions.7.rst

@@ -27,8 +27,10 @@ queryable information.
 
 
 Generator expressions have the form ``$<...>``.  To avoid confusion, this page
 Generator expressions have the form ``$<...>``.  To avoid confusion, this page
 deviates from most of the CMake documentation in that it omits angular brackets
 deviates from most of the CMake documentation in that it omits angular brackets
-``<...>`` around placeholders like ``condition``, ``true_value``, ``string``,
-and so on.
+``<...>`` around placeholders like ``condition``, ``string``, ``target``,
+among others.
+
+Generator expressions can be nested, as shown in most of the examples below.
 
 
 .. _`Boolean Generator Expressions`:
 .. _`Boolean Generator Expressions`: