mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ERR: Removed unused variable
This commit is contained in:
@@ -66,7 +66,6 @@ bool cmFindLibraryCommand::Invoke(std::vector<std::string>& args)
|
||||
}
|
||||
std::vector<std::string> path;
|
||||
std::vector<std::string> names;
|
||||
bool namePathStyle = false;
|
||||
bool foundName = false;
|
||||
bool foundPath = false;
|
||||
bool doingNames = true;
|
||||
|
||||
Reference in New Issue
Block a user