summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:50 (GMT)
commit34c437411dad89c671261269f2067129584a4259 (patch)
tree1fcbb13800503f7103ad6022b4ca13ea07d6ef8a /Source/cmTarget.h
parent4329a71c128f8a8fca48a8827226d09f61fcbe85 (diff)
downloadCMake-34c437411dad89c671261269f2067129584a4259.zip
CMake-34c437411dad89c671261269f2067129584a4259.tar.gz
CMake-34c437411dad89c671261269f2067129584a4259.tar.bz2
cmGeneratorTarget: Move GetOutputName from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index e53afff..a6f2465 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -552,9 +552,6 @@ private:
// Returns ARCHIVE, LIBRARY, or RUNTIME based on platform and type.
const char* GetOutputTargetType(bool implib) const;
- // Get the target base name.
- std::string GetOutputName(const std::string& config, bool implib) const;
-
std::string GetFullNameImported(const std::string& config,
bool implib) const;