cmVisualStudioWCEPlatformParser: combine character pushbacks

This commit is contained in:
Ben Boeckel
2023-07-27 14:59:17 -04:00
parent 46f71720fe
commit 1159cdc235

View File

@@ -25,8 +25,7 @@ int cmVisualStudioWCEPlatformParser::ParseVersion(const char* version)
}
cmSystemTools::ConvertToUnixSlashes(this->VcInstallDir);
cmSystemTools::ConvertToUnixSlashes(this->VsInstallDir);
this->VcInstallDir.append("/");
this->VsInstallDir.append("/");
this->VcInstallDir.append("//");
const std::string configFilename =
cmStrCat(this->VcInstallDir, "vcpackages/WCE.VCPlatform.config");