ENH: undo hack and try to get dashboard back
This commit is contained in:
parent
d93265b8fa
commit
0b350cbb97
@ -1582,11 +1582,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
|
|||||||
{
|
{
|
||||||
if(runtimeConcatenate)
|
if(runtimeConcatenate)
|
||||||
{
|
{
|
||||||
#ifdef __QNX__
|
|
||||||
fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
|
|
||||||
#else
|
|
||||||
fout << runtimeSep << *itr;
|
fout << runtimeSep << *itr;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user