mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
STYLE: Fixed line-too-long.
This commit is contained in:
@@ -47,7 +47,8 @@ bool cmMarkAsAdvancedCommand
|
||||
if ( it.IsAtEnd() )
|
||||
{
|
||||
this->Makefile->GetCacheManager()
|
||||
->AddCacheEntry(variable.c_str(), 0, 0, cmCacheManager::UNINITIALIZED);
|
||||
->AddCacheEntry(variable.c_str(), 0, 0,
|
||||
cmCacheManager::UNINITIALIZED);
|
||||
overwrite = true;
|
||||
}
|
||||
it.Find(variable.c_str());
|
||||
|
||||
Reference in New Issue
Block a user