diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-12-05 13:59:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-01-15 19:33:45 (GMT) |
commit | 7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c (patch) | |
tree | 2bc4f1beea7bc741aeae7bccc4ca07991684c2b2 /Source/cmTarget.h | |
parent | c0c8ef85fc8d65a47abfd293031bcde91e7ee930 (diff) | |
download | CMake-7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c.zip CMake-7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c.tar.gz CMake-7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c.tar.bz2 |
Add a way to check INTERFACE user property compatibility.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index b4d053d..0963c5c 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -626,6 +626,8 @@ private: cmTarget *head); cmTargetLinkInformationMap LinkInformation; + void CheckPropertyCompatibility(cmComputeLinkInformation *info, + const char* config); bool ComputeLinkInterface(const char* config, LinkInterface& iface, cmTarget *head); |