summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:46 (GMT)
commit3df705681be123d93146156fec3166b41b19465a (patch)
tree26ce60be496924a75273a7a4a8e12ae60b1436d0 /Source/cmTarget.h
parenta45fed81e5fd5d9b280c8dd70d50c9606a982a0b (diff)
downloadCMake-3df705681be123d93146156fec3166b41b19465a.zip
CMake-3df705681be123d93146156fec3166b41b19465a.tar.gz
CMake-3df705681be123d93146156fec3166b41b19465a.tar.bz2
cmGeneratorTarget: Move GetPDBName 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 162033c..8c23372 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -377,9 +377,6 @@ public:
const std::string& config="",
bool implib = false) const;
- /** Get the name of the pdb file for the target. */
- std::string GetPDBName(const std::string& config) const;
-
/** Whether this library has \@rpath and platform supports it. */
bool HasMacOSXRpathInstallNameDir(const std::string& config) const;