diff options
author | Brad King <brad.king@kitware.com> | 2004-11-02 22:19:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-11-02 22:19:19 (GMT) |
commit | 22cc48c5349d3c024fd92d0d4b43b443b7cf4f57 (patch) | |
tree | 52bf78983eaa6ee665de8b1b11ec9140305dd701 /Source/cmLocalUnixMakefileGenerator2.cxx | |
parent | 04f958b6d9b024ba7cefd5b914fb946685a71d8d (diff) | |
download | CMake-22cc48c5349d3c024fd92d0d4b43b443b7cf4f57.zip CMake-22cc48c5349d3c024fd92d0d4b43b443b7cf4f57.tar.gz CMake-22cc48c5349d3c024fd92d0d4b43b443b7cf4f57.tar.bz2 |
BUG: Removed debugging output.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index aaae759..f3163e9 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -207,11 +207,6 @@ cmLocalUnixMakefileGenerator2 for(std::vector<cmSourceFile*>::const_iterator source = sources.begin(); source != sources.end(); ++source) { - if((*source)->GetCustomCommand()) - { - // Generate this custom command's rule file. - std::cout << "Found custom command!" << std::endl; - } if(!(*source)->GetPropertyAsBool("HEADER_FILE_ONLY") && !(*source)->GetCustomCommand() && !m_GlobalGenerator->IgnoreFile((*source)->GetSourceExtension().c_str())) |