diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-22 19:05:11 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-23 11:33:26 (GMT) |
commit | b0686fdedaea5d27292e52f753806aebb3401b47 (patch) | |
tree | 7d12fd7e8bef738efbc285a23abe4c8b730efa4f /Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst | |
parent | ddef8a7cfffbbae12f2d2c556651f06346237569 (diff) | |
download | CMake-b0686fdedaea5d27292e52f753806aebb3401b47.zip CMake-b0686fdedaea5d27292e52f753806aebb3401b47.tar.gz CMake-b0686fdedaea5d27292e52f753806aebb3401b47.tar.bz2 |
Docs: Fix typo.
dependee -> depender.
Diffstat (limited to 'Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst')
-rw-r--r-- | Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst b/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst index a461f76..68de2e2 100644 --- a/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst +++ b/Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst @@ -8,7 +8,7 @@ properties for this target which must be the same when evaluated as a string in the INTERFACE of all linked dependees. For example, if a property "FOO" appears in the list, then for each dependee, the "INTERFACE_FOO" property content in all of its dependencies must be -equal with each other, and with the "FOO" property in the dependee. +equal with each other, and with the "FOO" property in the depender. If the property is not set, then it is ignored. Note that for each dependee, the set of properties from this property must not intersect with the set of properties from the COMPATIBLE_INTERFACE_BOOL |