mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 06:10:16 +08:00
Fix KWStyle line-too-long complaint (#2828)
This commit is contained in:
@@ -484,7 +484,8 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmake::ReadListFile(const std::vector<std::string>& args, const char *path)
|
void cmake::ReadListFile(const std::vector<std::string>& args,
|
||||||
|
const char *path)
|
||||||
{
|
{
|
||||||
// if a generator was not yet created, temporarily create one
|
// if a generator was not yet created, temporarily create one
|
||||||
cmGlobalGenerator *gg = this->GetGlobalGenerator();
|
cmGlobalGenerator *gg = this->GetGlobalGenerator();
|
||||||
|
Reference in New Issue
Block a user