diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-15 23:19:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-19 13:31:32 (GMT) |
commit | 9facfd133654098ac59c0df957555ea5b5ed9a5a (patch) | |
tree | d50e9f2e2e7a61ddf8f534a22225943024d67b4d /Source/cmTarget.h | |
parent | 78bfee35d5bd5cba879d92eda4310d25bc54b30e (diff) | |
download | CMake-9facfd133654098ac59c0df957555ea5b5ed9a5a.zip CMake-9facfd133654098ac59c0df957555ea5b5ed9a5a.tar.gz CMake-9facfd133654098ac59c0df957555ea5b5ed9a5a.tar.bz2 |
Move GetCreateRuleVariable to cmGeneratorTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index f5ef72c..7a7b34f 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -320,10 +320,6 @@ public: ///! Return the preferred linker language for this target const char* GetLinkerLanguage(const char* config = 0); - ///! Return the rule variable used to create this type of target, - // need to add CMAKE_(LANG) for full name. - const char* GetCreateRuleVariable(); - /** Get the full name of the target according to the settings in its makefile. */ std::string GetFullName(const char* config=0, bool implib = false); |