Skip to content

Help: Revise cmake-generator-expressions(7)

Joachim Wuttke requested to merge jwuttke/cmake:genex into master

There are just two fundamental categories of generator expressions:

  • boolean-valued, and
  • string-valued.

Sort signatures accordingly. Insert subsection headers, and sort further. Improve explanations here and there. Expand ..., ? into more expressive placeholders like condition or string.

Partly resolves #18548, replacing the mention of a "unary version" by an explicit link.

Edited by Joachim Wuttke

Merge request reports