diff options
author | Brad King <brad.king@kitware.com> | 2007-12-18 00:48:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-12-18 00:48:13 (GMT) |
commit | 4c87af30b26d8ee463d3f539dc684c3487f341da (patch) | |
tree | ca6f6a4c81cf1b56707a62f6bf1b97698f84210c /Source | |
parent | abaa0267210811b4aa1d20a590a56e525b67e40a (diff) | |
download | CMake-4c87af30b26d8ee463d3f539dc684c3487f341da.zip CMake-4c87af30b26d8ee463d3f539dc684c3487f341da.tar.gz CMake-4c87af30b26d8ee463d3f539dc684c3487f341da.tar.bz2 |
BUG: Remove stray debugging message.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 2a974fa..0ecd9aa 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -213,7 +213,6 @@ std::string cmGlobalXCodeGenerator makeCommand += " "; makeCommand += additionalOptions; } - std::cerr << "**** build command " << makeCommand.c_str() << "\n"; return makeCommand; } |