summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-22 22:26:36 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-22 22:26:36 (GMT)
commit0b350cbb97233f30ba499a8581c0f94732f0f6e4 (patch)
tree4470e3d580d7e3bd0619971b36d29b82ed8e87b6 /Source
parentd93265b8fa6b6b002dbedff3164c29c21455ae9e (diff)
downloadCMake-0b350cbb97233f30ba499a8581c0f94732f0f6e4.zip
CMake-0b350cbb97233f30ba499a8581c0f94732f0f6e4.tar.gz
CMake-0b350cbb97233f30ba499a8581c0f94732f0f6e4.tar.bz2
ENH: undo hack and try to get dashboard back
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalGenerator.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ec1554e..bcbbcee 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1582,11 +1582,7 @@ 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
{