summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-07 22:08:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-17 20:14:36 (GMT)
commit12c82fd8c0612b1360627b6717c4d5744abd4fa0 (patch)
tree2d7d581790d9e5085a4b5f6cb6e046f2d43e1f2b /Source
parentf19653eb947c11f452be240d9a9a9daa4cbf635d (diff)
downloadCMake-12c82fd8c0612b1360627b6717c4d5744abd4fa0.zip
CMake-12c82fd8c0612b1360627b6717c4d5744abd4fa0.tar.gz
CMake-12c82fd8c0612b1360627b6717c4d5744abd4fa0.tar.bz2
cmMakefile: Remove dead code.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 94c77e1..44dfb8c 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -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);
}