summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-21 21:00:44 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-30 21:14:20 (GMT)
commitf346d88d102c627e98f630ae1c9d26cc899f76d8 (patch)
tree1c5f85d1edb51594e61757a9e70098e274f144cb /Source/cmMakefile.cxx
parentb661403177edb1d22b89cc4a0ea69a8f93ad2ad2 (diff)
downloadCMake-f346d88d102c627e98f630ae1c9d26cc899f76d8.zip
CMake-f346d88d102c627e98f630ae1c9d26cc899f76d8.tar.gz
CMake-f346d88d102c627e98f630ae1c9d26cc899f76d8.tar.bz2
cmMakefile: Avoid invoking EnforceDirectoryLevelRules.
This is part of the CMP0000 implementation and only needs to be invoked for top-level buildsystem files currently.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index b9a66d3..87292ea 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -445,7 +445,6 @@ bool cmMakefile::ProcessBuildsystemFile(const char* filename)
{
scope.Quiet();
}
- this->EnforceDirectoryLevelRules();
return true;
}