project(): Remove unused variable.
This commit is contained in:
parent
1c65ce5245
commit
821a711b6f
|
@ -233,7 +233,6 @@ bool cmProjectCommand
|
|||
const char* include = this->Makefile->GetDefinition(extraInclude);
|
||||
if(include)
|
||||
{
|
||||
std::string fullFilePath;
|
||||
bool readit =
|
||||
this->Makefile->ReadDependentFile(include);
|
||||
if(!readit && !cmSystemTools::GetFatalErrorOccured())
|
||||
|
|
Loading…
Reference in New Issue