mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 03:48:02 +08:00
STYLE: Fix line-too-long.
This commit is contained in:
@@ -98,7 +98,8 @@ void cmIncludeDirectoryCommand::AddDirectory(const char *i,
|
|||||||
}
|
}
|
||||||
if (ret.size()-pos-1)
|
if (ret.size()-pos-1)
|
||||||
{
|
{
|
||||||
this->AddDirectory(ret.substr(pos+1,ret.size()-pos-1).c_str(), before, system);
|
this->AddDirectory(ret.substr(pos+1,ret.size()-pos-1).c_str(),
|
||||||
|
before, system);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user