diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 19:19:47 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 18:20:47 +0200 |
commit | 62720e44be3e9f28e4c1e7d38206b2c51d34745e (patch) | |
tree | 7d6443b0bdb6589fa7ad935b34e7fc3a70553aa2 /Source/cmTarget.h | |
parent | e27d737e27fbfc8cfde020ec02d6b2c74afb6885 (diff) | |
download | cmake-62720e44be3e9f28e4c1e7d38206b2c51d34745e.tar.gz |
cmGeneratorTarget: Move GetFullNameComponents from cmTarget.
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 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; |