summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 16:47:35 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 23:04:38 (GMT)
commit1abc20d81df3ee9845904b356960870526fe3276 (patch)
tree569ea58462f0dbf88fe5452efbf5299f37d17eaf /Source/cmTarget.cxx
parent50dc9b44404f4f31aa24cf17247f10539c3807b2 (diff)
downloadCMake-1abc20d81df3ee9845904b356960870526fe3276.zip
CMake-1abc20d81df3ee9845904b356960870526fe3276.tar.gz
CMake-1abc20d81df3ee9845904b356960870526fe3276.tar.bz2
cmGeneratorTarget: Move UsesDefaultOutputDir from cmTarget.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 0fc0423..bf8b8a9 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -2667,14 +2667,6 @@ bool cmTarget::ComputePDBOutputDir(const std::string& kind,
}
//----------------------------------------------------------------------------
-bool cmTarget::UsesDefaultOutputDir(const std::string& config,
- bool implib) const
-{
- std::string dir;
- return this->ComputeOutputDir(config, implib, dir);
-}
-
-//----------------------------------------------------------------------------
std::string cmTarget::GetFrameworkVersion() const
{
assert(this->GetType() != INTERFACE_LIBRARY);