mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Remove unused variables from cmFindPackageCommand
This commit is contained in:
@@ -732,12 +732,6 @@ bool cmFindPackageCommand::HandlePackageMode(
|
||||
{
|
||||
this->ConsideredConfigs.clear();
|
||||
|
||||
// Support old capitalization behavior.
|
||||
std::string upperDir = cmSystemTools::UpperCase(this->Name);
|
||||
std::string upperFound = cmSystemTools::UpperCase(this->Name);
|
||||
upperDir += "_DIR";
|
||||
upperFound += "_FOUND";
|
||||
|
||||
// Try to find the config file.
|
||||
const char* def = this->Makefile->GetDefinition(this->Variable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user