summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorJoachim Wuttke (h) <j.wuttke@fz-juelich.de>2018-11-04 14:10:40 (GMT)
committerJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-11-06 11:55:23 (GMT)
commit873e59c0c456c2e13e66019c15f3632d06dac0f6 (patch)
tree6e6453212e41a8a60cd4893937269c20e508ef78 /Help/manual
parentb2a798fe32ce25e5ea19f6487ce9cadf9852ea83 (diff)
downloadCMake-873e59c0c456c2e13e66019c15f3632d06dac0f6.zip
CMake-873e59c0c456c2e13e66019c15f3632d06dac0f6.tar.gz
CMake-873e59c0c456c2e13e66019c15f3632d06dac0f6.tar.bz2
Help: rm unmotivated "This means that"
That generator expressions enable conditional things has not been said before. Amended for nicer source format.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-generator-expressions.7.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index 95de378..6f17812 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -20,10 +20,10 @@ commands to populate those properties, such as :command:`target_link_libraries`,
:command:`target_include_directories`, :command:`target_compile_definitions`
and others.
-This means that they enable conditional linking, conditional
-definitions used when compiling, and conditional include directories and
-more. The conditions may be based on the build configuration, target
-properties, platform information or any other queryable information.
+They enable conditional linking, conditional definitions used when compiling,
+conditional include directories, and more. The conditions may be based on
+the build configuration, target properties, platform information or any other
+queryable information.
Logical Expressions
===================