diff options
author | Brad King <brad.king@kitware.com> | 2001-04-27 18:51:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-04-27 18:51:43 (GMT) |
commit | 2f42d7ffcb541979059715c6373f1d6f12044f5a (patch) | |
tree | 3663b73fb9c1352bd2a188a1392cced36f74f4dc /Source/cmDSPWriter.h | |
parent | 9020fec9a9b975c2a22917da686700dd9227004f (diff) | |
download | CMake-2f42d7ffcb541979059715c6373f1d6f12044f5a.zip CMake-2f42d7ffcb541979059715c6373f1d6f12044f5a.tar.gz CMake-2f42d7ffcb541979059715c6373f1d6f12044f5a.tar.bz2 |
BUG: Removed output of dual rules for source files that are processed by both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r-- | Source/cmDSPWriter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h index fe67aa2..6082f1e 100644 --- a/Source/cmDSPWriter.h +++ b/Source/cmDSPWriter.h @@ -101,7 +101,6 @@ private: void WriteDSPEndGroup(std::ostream& fout); void WriteDSPHeader(std::ostream& fout, const char *libName, const cmTarget &tgt); - void WriteDSPBuildRule(std::ostream& fout, const char*); void WriteDSPBuildRule(std::ostream& fout); void WriteDSPFooter(std::ostream& fout); void AddDSPBuildRule(cmSourceGroup&); |