1
0
Эх сурвалжийг харах

cmLocalGenerator: Remove redundant path conversions.

The methods just called store the paths in already-converted form.
Stephen Kelly 10 жил өмнө
parent
commit
1933f3d1a3

+ 0 - 3
Source/cmLocalGenerator.cxx

@@ -366,9 +366,6 @@ void cmLocalGenerator::GenerateInstallRules()
   std::string file = this->StateSnapshot.GetCurrentBinaryDirectory();
   std::string homedir = this->GetState()->GetBinaryDirectory();
   std::string currdir = this->StateSnapshot.GetCurrentBinaryDirectory();
-  cmSystemTools::ConvertToUnixSlashes(file);
-  cmSystemTools::ConvertToUnixSlashes(homedir);
-  cmSystemTools::ConvertToUnixSlashes(currdir);
   int toplevel_install = 0;
   if ( currdir == homedir )
     {