diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-24 20:03:39 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-24 20:03:39 (GMT) |
commit | c9aecb91cc326a8e42a78c11eb2b32ffb2518dc0 (patch) | |
tree | 04b619e5c16bed01634b388d7cd71c660f4ac495 /Source/cmTryRunCommand.cxx | |
parent | 504ea6df4ef615cb16db2d8f647185adc417861d (diff) | |
download | CMake-c9aecb91cc326a8e42a78c11eb2b32ffb2518dc0.zip CMake-c9aecb91cc326a8e42a78c11eb2b32ffb2518dc0.tar.gz CMake-c9aecb91cc326a8e42a78c11eb2b32ffb2518dc0.tar.bz2 |
STYLE: remove debug output, fix indentation
the tests run again successfully, but since CheckTypeSize will switch to a
TRY_COMPILE soon I will look at it again after this change
Alex
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r-- | Source/cmTryRunCommand.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index 6f8f7cf..ebfd82a 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -96,10 +96,6 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv) bool worked = cmSystemTools::RunSingleCommand(finalCommand.c_str(), &output, &retVal, 0, false, timeout); - - printf("worked: %d output: -%s-\n", worked?1:0, output.c_str()); - - if(outputVariable.size()) { // if the TryCompileCore saved output in this outputVariable then |