From a683262a727c4fd2c9e3271e6bc36679d0963342 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 5 Feb 2014 14:51:01 +0100 Subject: [PATCH] Help: Note that the compatible interface properties must not intersect. --- Help/manual/cmake-buildsystem.7.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 55f3f51f2..91a9b2f9b 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 -------------------------