summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:43 (GMT)
commit12bc571c13eda8d504eac788d6b3e5e8d83e3ad3 (patch)
treeb12ebb344af549969ab5d7b8fafcd649aefb3057 /Source/cmTarget.h
parent41abdc17df99662a8e99ba895050dbc8c0e34b8e (diff)
downloadCMake-12bc571c13eda8d504eac788d6b3e5e8d83e3ad3.zip
CMake-12bc571c13eda8d504eac788d6b3e5e8d83e3ad3.tar.gz
CMake-12bc571c13eda8d504eac788d6b3e5e8d83e3ad3.tar.bz2
cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 389f9cd..d5374a6 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -571,8 +571,6 @@ public:
void GetCompileOptions(std::vector<std::string> &result,
const std::string& config,
const std::string& language) const;
- void GetAutoUicOptions(std::vector<std::string> &result,
- const std::string& config) const;
void GetCompileFeatures(std::vector<std::string> &features,
const std::string& config) const;