mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help: Add note on omitted <..> notation in cmake-generator-expressions(7)
This commit is contained in:
committed by
Joachim Wuttke (o)
parent
ff1db47728
commit
a85e5e6f4d
@@ -25,6 +25,11 @@ conditional include directories, and more. The conditions may be based on
|
||||
the build configuration, target properties, platform information or any other
|
||||
queryable information.
|
||||
|
||||
Generator expressions have the form ``$<...>``. To avoid confusion, this page
|
||||
deviates from most of the CMake documentation in that it omits angular brackets
|
||||
``<...>`` around placeholders like ``condition``, ``true_value``, ``string``,
|
||||
and so on.
|
||||
|
||||
.. _`Conditional Generator Expressions`:
|
||||
|
||||
Conditional Generator Expressions
|
||||
|
||||
Reference in New Issue
Block a user