diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-17 22:54:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-17 22:54:14 (GMT) |
commit | e9300434776a64567a65b6d414bcf98614321ba2 (patch) | |
tree | 94c37f27044ae655262878f5d5b3d90223d1f711 /Source/cmGlobalGenerator.cxx | |
parent | 28f2dfb75244339d49e33fafb7103f5774222d2b (diff) | |
download | CMake-e9300434776a64567a65b6d414bcf98614321ba2.zip CMake-e9300434776a64567a65b6d414bcf98614321ba2.tar.gz CMake-e9300434776a64567a65b6d414bcf98614321ba2.tar.bz2 |
ENH: more tests are passing, relative paths, and external objects are the ones left now
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 2f740d1..9b6e020 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -745,7 +745,7 @@ void cmGlobalGenerator::GetDocumentation(cmDocumentationEntry& entry) const } bool cmGlobalGenerator::IsExcluded(cmLocalGenerator* root, - cmLocalGenerator* gen) + cmLocalGenerator* gen) { cmLocalGenerator* cur = gen->GetParent(); while(cur && cur != root) |