summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 06:02:03 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-16 06:12:02 (GMT)
commit1933f3d1a3a2be6949c439e18e03a048ef286be7 (patch)
treeb401850bccba6cd63f9048d2a5648737ae6ca649 /Source/cmLocalGenerator.cxx
parent9e4b6cc2cebc7af40432f5027d2960c0cc68515f (diff)
downloadCMake-1933f3d1a3a2be6949c439e18e03a048ef286be7.zip
CMake-1933f3d1a3a2be6949c439e18e03a048ef286be7.tar.gz
CMake-1933f3d1a3a2be6949c439e18e03a048ef286be7.tar.bz2
cmLocalGenerator: Remove redundant path conversions.
The methods just called store the paths in already-converted form.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ea840c5..406b6f8 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/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 )
{