summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 19:19:44 +0200
committerStephen Kelly <steveire@gmail.com>2015-08-05 18:20:46 +0200
commit47803e6f8e98984e740acf2f7c0a217de58717cd (patch)
tree37fed0fa8c383d533c0be33d322518b2739080d9 /Source/cmTarget.h
parent7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4 (diff)
downloadcmake-47803e6f8e98984e740acf2f7c0a217de58717cd.tar.gz
cmGeneratorTarget: Move GetExecutableNames from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 925e7c6c86..714647cae5 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -406,14 +406,6 @@ public:
std::string& realName, std::string& impName,
std::string& pdbName, const std::string& config) const;
- /** Get the names of the executable needed to generate a build rule
- that takes into account executable version numbers. This should
- be called only on an executable target. */
- void GetExecutableNames(std::string& name, std::string& realName,
- std::string& impName,
- std::string& pdbName,
- const std::string& config) const;
-
/** Does this target have a GNU implib to convert to MS format? */
bool HasImplibGNUtoMS() const;