VS: Fix line-too-long style errors

Commit 59139031 (include_external_msproject: Add TYPE, GUID, PLATFORM
options, 2012-04-16) introduced some long lines.  Wrap them.
This commit is contained in:
Brad King
2012-04-19 10:06:59 -04:00
parent 8787f946b7
commit b8034104c1
4 changed files with 16 additions and 12 deletions

View File

@@ -71,10 +71,9 @@ bool cmIncludeExternalMSProjectCommand
if (!customGuid.empty())
{
std::string guidVariable = utility_name + "_GUID_CMAKE";
this->Makefile->GetCMakeInstance()->AddCacheEntry(guidVariable.c_str(),
customGuid.c_str(),
"Stored GUID",
cmCacheManager::INTERNAL);
this->Makefile->GetCMakeInstance()->AddCacheEntry(
guidVariable.c_str(), customGuid.c_str(),
"Stored GUID", cmCacheManager::INTERNAL);
}
// Create a target instance for this utility.