[Cmake-commits] [cmake-commits] hoffman committed cmFindCommon.cxx 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 3 08:16:40 EDT 2008


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

Modified Files:
	cmFindCommon.cxx 
Log Message:
ENH: undo bad checkin


Index: cmFindCommon.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindCommon.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** cmFindCommon.cxx	2 Oct 2008 13:18:47 -0000	1.5
--- cmFindCommon.cxx	3 Oct 2008 12:16:37 -0000	1.6
***************
*** 373,388 ****
  void cmFindCommon::AddEnvPath(const char* variable)
  {
-   if(variable)
-     {
-     std::cerr << variable << "\n";
-     }
    // Get a path from the environment.
    std::vector<std::string> tmp;
    cmSystemTools::GetPath(tmp, variable);
-   for(std::vector<std::string>::iterator i = tmp.begin();
-       i != tmp.end(); ++i)
-     {
-     std::cerr << i->c_str() << "\n";
-     }
    // Relative paths are interpreted with respect to the current
    // working directory.
--- 373,379 ----



More information about the Cmake-commits mailing list