diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:47:35 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 23:04:38 (GMT) |
commit | 1abc20d81df3ee9845904b356960870526fe3276 (patch) | |
tree | 569ea58462f0dbf88fe5452efbf5299f37d17eaf /Source/cmTarget.cxx | |
parent | 50dc9b44404f4f31aa24cf17247f10539c3807b2 (diff) | |
download | CMake-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.cxx | 8 |
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); |