mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 19:19:32 -05:00
ENH: remove warning
This commit is contained in:
@@ -134,9 +134,7 @@ bool cmFindBase::ParseArguments(std::vector<std::string> const& argsIn)
|
||||
this->AlreadyInCache = false;
|
||||
std::vector<std::string> userPaths;
|
||||
std::string doc;
|
||||
bool foundName = false;
|
||||
bool doingNames = false;
|
||||
bool foundPaths = false;
|
||||
bool doingPaths = false;
|
||||
bool doingPathSuf = false;
|
||||
bool newStyle = false;
|
||||
|
||||
Reference in New Issue
Block a user