mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
clang-tidy: address modernize-use-default-member-init lints
This commit is contained in:
@@ -41,5 +41,5 @@ protected:
|
||||
std::string const Script;
|
||||
bool const Code;
|
||||
cmLocalGenerator* LocalGenerator;
|
||||
bool AllowGenex;
|
||||
bool AllowGenex = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user