summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-16 17:19:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-16 18:24:43 (GMT)
commita892b285f8c621ba50f45f5c4218980c911fd1b6 (patch)
tree4895142f18598d9510b4703a7d7541d0cebf6f4f /Source/cmTarget.cxx
parentcb8c728f17a61732064280ddb98203cb277e5a3c (diff)
downloadCMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.zip
CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.tar.gz
CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.tar.bz2
cmGeneratorTarget: Move ImportedGetLocation from cmTarget.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index bd01140..60c5e64 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -1628,15 +1628,6 @@ bool cmTarget::HaveWellDefinedOutputFiles() const
}
//----------------------------------------------------------------------------
-const char* cmTarget::ImportedGetLocation(const std::string& config) const
-{
- static std::string location;
- assert(this->IsImported());
- location = this->ImportedGetFullPath(config, false);
- return location.c_str();
-}
-
-//----------------------------------------------------------------------------
void cmTarget::GetTargetVersion(int& major, int& minor) const
{
int patch;