mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
ENH: hack put the hack back for qnx to try and fix spaces in the path
This commit is contained in:
@@ -1582,7 +1582,11 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
|
||||
{
|
||||
if(runtimeConcatenate)
|
||||
{
|
||||
#ifdef __QNX__
|
||||
fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
|
||||
#else
|
||||
fout << runtimeSep << *itr;
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user