[cmake-commits] hoffman committed cmLocalGenerator.cxx 1.182 1.183

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 23 17:07:59 EST 2007


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
ENH: add some debug stuff 


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- cmLocalGenerator.cxx	23 Feb 2007 21:44:13 -0000	1.182
+++ cmLocalGenerator.cxx	23 Feb 2007 22:07:57 -0000	1.183
@@ -1583,7 +1583,7 @@
         {
 #ifdef __QNX__
         std::cerr << itr->c_str() << "\n";
-        std::cerr << this->Convert(itr->c_str()) << "\n";
+        std::cerr << this->Convert(itr->c_str(), NONE, SHELL, false) << "\n";
         fout << runtimeSep << this->Convert(itr->c_str(), NONE, SHELL, false);
 #else
         fout << runtimeSep << *itr;



More information about the Cmake-commits mailing list