diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-04 17:39:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-04 17:39:45 (GMT) |
commit | d5d15253399ff786809b24ac659f8cb818786179 (patch) | |
tree | caf6242c7ee912174637764d9aec6bde3054fca4 /Source | |
parent | 1794836ee3e8727c9eed233f1ebaa0a1dbf76e57 (diff) | |
download | CMake-d5d15253399ff786809b24ac659f8cb818786179.zip CMake-d5d15253399ff786809b24ac659f8cb818786179.tar.gz CMake-d5d15253399ff786809b24ac659f8cb818786179.tar.bz2 |
ENH: remove debug output
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index fdc4288..2038c2e 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -406,7 +406,6 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout, { flags += " /TP "; } - std::cerr << flags << "\n"; } // Add the target-specific flags. |