summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-05 13:51:01 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-06 21:15:53 (GMT)
commita683262a727c4fd2c9e3271e6bc36679d0963342 (patch)
tree9ecff5ca7434164d61578abead6920f6f6222088 /Help
parentfbe01bedbe827469e0737316a8720283c33c9583 (diff)
downloadCMake-a683262a727c4fd2c9e3271e6bc36679d0963342.zip
CMake-a683262a727c4fd2c9e3271e6bc36679d0963342.tar.gz
CMake-a683262a727c4fd2c9e3271e6bc36679d0963342.tar.bz2
Help: Note that the compatible interface properties must not intersect.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 55f3f51..91a9b2f 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -380,6 +380,10 @@ calculate the numeric minimum value for a property from dependencies.
Each calculated "compatible" property value may be read in the consumer at
generate-time using generator expressions.
+Note that for each dependee, the set of properties specified in each
+compatible interface property must not intersect with the set specified in
+any of the other properties.
+
Property Origin Debugging
-------------------------