mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-tidy: Use default member initialization
This commit is contained in:
@@ -23,7 +23,7 @@ class cmExtraCodeLiteGenerator : public cmExternalMakefileProjectGenerator
|
||||
protected:
|
||||
std::string ConfigName;
|
||||
std::string WorkspacePath;
|
||||
unsigned int CpuCount;
|
||||
unsigned int CpuCount = 2;
|
||||
|
||||
protected:
|
||||
std::string GetCodeLiteCompilerName(const cmMakefile* mf) const;
|
||||
|
||||
Reference in New Issue
Block a user