diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-14 22:23:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-14 22:23:53 (GMT) |
commit | 06f56d3bf5d8210d190e1bfcf05673ceb78c5594 (patch) | |
tree | dc84e7750e407fc6e94d53488125cc504a6a6730 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | c8f8f16541f3ac6af3397f3a78ee68fc963af151 (diff) | |
download | CMake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.zip CMake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.tar.gz CMake-06f56d3bf5d8210d190e1bfcf05673ceb78c5594.tar.bz2 |
cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index fb5ac2f..032e501 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -226,7 +226,7 @@ protected: std::ostream* content = 0); void AppendCleanCommand(std::vector<std::string>& commands, const std::vector<std::string>& files, - cmTarget& target, const char* filename =0); + cmGeneratorTarget* target, const char* filename =0); // Helper methods for dependeny updates. bool ScanDependencies(const char* targetDir, |