mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user