diff options
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 57376ff..1a68871 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1581,16 +1581,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout, { if(runtimeConcatenate) { -#ifdef __QNX__ - std::string s = "\""; - s += *itr; - s += "\""; - std::cout << itr->c_str() << "\n"; - std::cout << this->Convert(s.c_str(), NONE, SHELL, false) << "\n"; - fout << runtimeSep << this->Convert(s.c_str(), NONE, SHELL, false); -#else fout << runtimeSep << *itr; -#endif } else { |