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/cmake.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/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index e5aa076..f6fe0d6 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -341,6 +341,8 @@ class cmake bool chain = false, const char *variableGroup = 0); + bool GetIsPropertyDefined(const char *name, cmProperty::ScopeType scope); + // get property definition cmPropertyDefinition *GetPropertyDefinition (const char *name, cmProperty::ScopeType scope); |