diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-25 16:05:59 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-25 16:05:59 (GMT) |
commit | 1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2 (patch) | |
tree | b60ca675896891cebd217890d2303c49ab75e755 | |
parent | a99c60b0edde8fc71def63c88c5a736e67fdde0a (diff) | |
download | CMake-1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2.zip CMake-1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2.tar.gz CMake-1ed238c7f5f1e2573beb864ea7b2b0c5be4508f2.tar.bz2 |
BUG: remove debug output
Alex
-rw-r--r-- | Source/cmTryRunCommand.cxx | 2 |
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) { |