summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-19 14:33:27 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-02-19 14:33:32 (GMT)
commitfe727ee2f93a03270b65b0d89b46ce73a099024a (patch)
treedcb5363033a8ae1901de604ce5255e9ab6909d0b /Source
parent772c32831fa7b62fbb09fca7655d0b538926c5e4 (diff)
parent06e50776883f2ea83a214a1431569458ed14d72f (diff)
downloadCMake-fe727ee2f93a03270b65b0d89b46ce73a099024a.zip
CMake-fe727ee2f93a03270b65b0d89b46ce73a099024a.tar.gz
CMake-fe727ee2f93a03270b65b0d89b46ce73a099024a.tar.bz2
Merge topic 'llvm-nm-cleanup'
06e5077688 bindexplib: remove stray debugging output when using llvm-nm Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5828
Diffstat (limited to 'Source')
-rw-r--r--Source/cmcmd.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index 5791c05..6713cc3 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -754,7 +754,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string> const& args,
std::string const& a = args[4];
if (cmHasLiteralPrefix(a, "--nm=")) {
deffile.SetNmPath(a.substr(5));
- std::cerr << a.substr(5) << "\n";
} else {
std::cerr << "unknown argument: " << a << "\n";
}