BUG: Remove stray debugging message.
This commit is contained in:
parent
abaa026721
commit
4c87af30b2
|
@ -213,7 +213,6 @@ std::string cmGlobalXCodeGenerator
|
||||||
makeCommand += " ";
|
makeCommand += " ";
|
||||||
makeCommand += additionalOptions;
|
makeCommand += additionalOptions;
|
||||||
}
|
}
|
||||||
std::cerr << "**** build command " << makeCommand.c_str() << "\n";
|
|
||||||
return makeCommand;
|
return makeCommand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue