BUG: remove debug output
Alex
This commit is contained in:
parent
a99c60b0ed
commit
1ed238c7f5
@ -73,8 +73,6 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
|
|||||||
// do the try compile
|
// do the try compile
|
||||||
int res = this->TryCompileCode(tryCompile);
|
int res = this->TryCompileCode(tryCompile);
|
||||||
|
|
||||||
printf("TryCompile: %d outputFile: -%s-\n", res, this->OutputFile.c_str());
|
|
||||||
|
|
||||||
// now try running the command if it compiled
|
// now try running the command if it compiled
|
||||||
if (!res)
|
if (!res)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user