mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 18:49:03 -06:00
project(): Remove unused variable.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user