ENH: add some debug stuff
This commit is contained in:
parent
da72f0a07a
commit
ae1d9e8b93
@ -1582,6 +1582,8 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
|
|||||||
if(runtimeConcatenate)
|
if(runtimeConcatenate)
|
||||||
{
|
{
|
||||||
#ifdef __QNX__
|
#ifdef __QNX__
|
||||||
|
std::cerr << itr->c_str() << "\n";
|
||||||
|
std::cerr << this->Convert(itr->c_str()) << "\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