summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
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.h
parentcb8c728f17a61732064280ddb98203cb277e5a3c (diff)
downloadCMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.zip
CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.tar.gz
CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.tar.bz2
cmGeneratorTarget: Move ImportedGetLocation 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 a2846df..7715c7c 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -217,8 +217,6 @@ public:
the link dependencies of this target. */
std::string CheckCMP0004(std::string const& item) const;
- const char* ImportedGetLocation(const std::string& config) const;
-
/** Get the target major and minor version numbers interpreted from
the VERSION property. Version 0 is returned if the property is
not set or cannot be parsed. */