mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmMakefile: Remove dead code.
This commit is contained in:
@@ -4199,16 +4199,6 @@ void cmMakefile::SetProperty(const std::string& prop, const char* value)
|
||||
return;
|
||||
}
|
||||
|
||||
if ( prop == "ADDITIONAL_MAKE_CLEAN_FILES" )
|
||||
{
|
||||
// This property is not inherrited
|
||||
if ( strcmp(this->GetCurrentSourceDirectory(),
|
||||
this->GetCurrentSourceDirectory()) != 0 )
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
this->Properties.SetProperty(prop, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user