diff options
author | Brad King <brad.king@kitware.com> | 2013-10-26 14:28:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-26 14:28:30 (GMT) |
commit | 4025013dd78abeaef772eee1fc532ce275ae4216 (patch) | |
tree | 313d9ed0302f457507c375a1ea32f23db6d47ff5 /Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst | |
parent | 5f789db847a86cbdfb94fcf1abd4d561a6942d65 (diff) | |
parent | ff6c401309761f0c0061f1084f2e3150038962a5 (diff) | |
download | CMake-4025013dd78abeaef772eee1fc532ce275ae4216.zip CMake-4025013dd78abeaef772eee1fc532ce275ae4216.tar.gz CMake-4025013dd78abeaef772eee1fc532ce275ae4216.tar.bz2 |
Merge topic 'compatible-interface-numbers'
ff6c401 cmTarget: Add interface for compatible numeric properties
e4e20c1 cmTarget: Add enumeration for consistency to expect from properties.
9877769 cmTarget: Assign consistent content back to the property being evaluated.
816b4a8 cmTarget: Make consistentProperty return consistent content.
030800a cmTarget: Add a template to create correct implied content.
Diffstat (limited to 'Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst')
-rw-r--r-- | Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst b/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst index f259940..6cf9d0a 100644 --- a/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst +++ b/Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst @@ -14,4 +14,6 @@ property is set, then it must have the same boolean value as all others, and 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_STRING property. +:prop_tgt:`COMPATIBLE_INTERFACE_STRING`, +:prop_tgt:`COMPATIBLE_INTERFACE_NUMBER_MIN` or +:prop_tgt:`COMPATIBLE_INTERFACE_NUMBER_MAX` property. |