[cmake-commits] hoffman committed cmLocalGenerator.cxx 1.178 1.179

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 22 17:26:38 EST 2007


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
ENH: undo hack and try to get dashboard back 


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- cmLocalGenerator.cxx	22 Feb 2007 21:23:12 -0000	1.178
+++ cmLocalGenerator.cxx	22 Feb 2007 22:26:36 -0000	1.179
@@ -1582,11 +1582,7 @@
       {
       if(runtimeConcatenate)
         {
-#ifdef __QNX__
-        fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
-#else
         fout << runtimeSep << *itr;
-#endif
         }
       else
         {



More information about the Cmake-commits mailing list