summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 17:01:23 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 23:04:38 (GMT)
commitbf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a (patch)
tree9ed9eda7183349df187679b430224a23f3898ab4 /Source/cmTarget.h
parent49017cddab23702d8228a195f64934e61ab7667e (diff)
downloadCMake-bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a.zip
CMake-bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a.tar.gz
CMake-bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a.tar.bz2
cmGeneratorTarget: Move ComputePDBOutputDir 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 a3a8063..d37f934 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -467,9 +467,6 @@ private:
bool LinkLibrariesForVS6Analyzed;
#endif
- bool ComputePDBOutputDir(const std::string& kind, const std::string& config,
- std::string& out) const;
-
// Cache import information from properties for each configuration.
struct ImportInfo
{