summaryrefslogtreecommitdiffstats
path: root/Source/cmTryRunCommand.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-25 16:05:59 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-25 16:05:59 (GMT)
commit1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2 (patch)
treeb60ca675896891cebd217890d2303c49ab75e755 /Source/cmTryRunCommand.cxx
parenta99c60b0edde8fc71def63c88c5a736e67fdde0a (diff)
downloadCMake-1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2.zip
CMake-1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2.tar.gz
CMake-1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2.tar.bz2
BUG: remove debug output
Alex
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)
{