ENH: add some debug stuff
This commit is contained in:
parent
ae1d9e8b93
commit
77ad2d62c2
@ -1583,7 +1583,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
|
|||||||
{
|
{
|
||||||
#ifdef __QNX__
|
#ifdef __QNX__
|
||||||
std::cerr << itr->c_str() << "\n";
|
std::cerr << itr->c_str() << "\n";
|
||||||
std::cerr << this->Convert(itr->c_str()) << "\n";
|
std::cerr << this->Convert(itr->c_str(), NONE, SHELL, false) << "\n";
|
||||||
fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
|
fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
|
||||||
#else
|
#else
|
||||||
fout << runtimeSep << *itr;
|
fout << runtimeSep << *itr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user