diff options
author | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2018-11-04 17:26:13 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-11-06 11:55:24 (GMT) |
commit | a85e5e6f4d53dd158392dd74b9632d84fb583722 (patch) | |
tree | 87252a5c982f175c7384619535a317cd45096b0e /Help | |
parent | ff1db47728a37a7775a3b870ff9ffdc3249c3d40 (diff) | |
download | CMake-a85e5e6f4d53dd158392dd74b9632d84fb583722.zip CMake-a85e5e6f4d53dd158392dd74b9632d84fb583722.tar.gz CMake-a85e5e6f4d53dd158392dd74b9632d84fb583722.tar.bz2 |
Help: Add note on omitted <..> notation in cmake-generator-expressions(7)
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-generator-expressions.7.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index 187f3b7..929d120 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -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 |