mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized
It removes logic duplication and need to have cached WarnUninitialized and CheckSystemVars
This commit is contained in:
@@ -75,8 +75,6 @@ private:
|
||||
long FileLine;
|
||||
int CurrentLine;
|
||||
int Verbose;
|
||||
bool WarnUninitialized;
|
||||
bool CheckSystemVars;
|
||||
bool EscapeQuotes;
|
||||
bool NoEscapeMode;
|
||||
bool ReplaceAtSyntax;
|
||||
|
||||
Reference in New Issue
Block a user