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.h | |
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.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 2f9a94b..3130660 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -312,10 +312,6 @@ public: /** Get a build-tree directory in which to place target support files. */ std::string GetSupportDirectory() const; - /** Return whether this target uses the default value for its output - directory. */ - bool UsesDefaultOutputDir(const std::string& config, bool implib) const; - /** @return whether this target have a well defined output file name. */ bool HaveWellDefinedOutputFiles() const; |