[cmake-commits] hoffman committed cmLocalGenerator.cxx 1.189 1.190

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 28 17:26:22 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv19189

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
ENH: remove qnx special stuff that does not work


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- cmLocalGenerator.cxx	28 Feb 2007 19:29:26 -0000	1.189
+++ cmLocalGenerator.cxx	28 Feb 2007 22:26:20 -0000	1.190
@@ -1581,16 +1581,7 @@
       {
       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
         {



More information about the Cmake-commits mailing list