summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r--Source/cmTryRunCommand.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx
index ebfd82a..54e7a2d 100644
--- a/Source/cmTryRunCommand.cxx
+++ b/Source/cmTryRunCommand.cxx
@@ -73,8 +73,6 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
// do the try compile
int res = this->TryCompileCode(tryCompile);
- printf("TryCompile: %d outputFile: -%s-\n", res, this->OutputFile.c_str());
-
// now try running the command if it compiled
if (!res)
{