diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-06 13:42:31 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-06 13:44:17 (GMT) |
commit | f573bd22e4049746b53789fc0502cff8423dbe56 (patch) | |
tree | c165e4e8a08f46e61388cadf1071e0a0c82833ea /Source/cmMakefile.h | |
parent | ccbc2259137fe61a770bb0b5538a20bf5e00bc8f (diff) | |
download | CMake-f573bd22e4049746b53789fc0502cff8423dbe56.zip CMake-f573bd22e4049746b53789fc0502cff8423dbe56.tar.gz CMake-f573bd22e4049746b53789fc0502cff8423dbe56.tar.bz2 |
cmLocalGenerator: Add Feature API from cmMakefile.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 431ed08..a601067 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -727,9 +727,6 @@ public: cmProperty::ScopeType scope) const; bool GetPropertyAsBool(const std::string& prop) const; - const char* GetFeature(const std::string& feature, - const std::string& config); - // Get the properties cmPropertyMap &GetProperties() { return this->Properties; } |