summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 19:19:47 +0200
committerStephen Kelly <steveire@gmail.com>2015-08-05 18:20:47 +0200
commit62720e44be3e9f28e4c1e7d38206b2c51d34745e (patch)
tree7d6443b0bdb6589fa7ad935b34e7fc3a70553aa2 /Source/cmTarget.h
parente27d737e27fbfc8cfde020ec02d6b2c74afb6885 (diff)
downloadcmake-62720e44be3e9f28e4c1e7d38206b2c51d34745e.tar.gz
cmGeneratorTarget: Move GetFullNameComponents from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 1aef7b36be..9962fdbc9d 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -372,10 +372,6 @@ public:
makefile. */
std::string GetFullName(const std::string& config="",
bool implib = false) const;
- void GetFullNameComponents(std::string& prefix,
- std::string& base, std::string& suffix,
- const std::string& config="",
- bool implib = false) const;
/** Whether this library has \@rpath and platform supports it. */
bool HasMacOSXRpathInstallNameDir(const std::string& config) const;