cmLocalGenerator: Remove redundant path conversions.
The methods just called store the paths in already-converted form.
This commit is contained in:
parent
9e4b6cc2ce
commit
1933f3d1a3
|
@ -366,9 +366,6 @@ void cmLocalGenerator::GenerateInstallRules()
|
||||||
std::string file = this->StateSnapshot.GetCurrentBinaryDirectory();
|
std::string file = this->StateSnapshot.GetCurrentBinaryDirectory();
|
||||||
std::string homedir = this->GetState()->GetBinaryDirectory();
|
std::string homedir = this->GetState()->GetBinaryDirectory();
|
||||||
std::string currdir = this->StateSnapshot.GetCurrentBinaryDirectory();
|
std::string currdir = this->StateSnapshot.GetCurrentBinaryDirectory();
|
||||||
cmSystemTools::ConvertToUnixSlashes(file);
|
|
||||||
cmSystemTools::ConvertToUnixSlashes(homedir);
|
|
||||||
cmSystemTools::ConvertToUnixSlashes(currdir);
|
|
||||||
int toplevel_install = 0;
|
int toplevel_install = 0;
|
||||||
if ( currdir == homedir )
|
if ( currdir == homedir )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue