mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmVisualStudioWCEPlatformParser: combine character pushbacks
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user