summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index ba8334e..3f6143a 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -2854,19 +2854,14 @@ bool cmake::IsPropertyChained(const char *name, cmProperty::ScopeType scope)
{
case cmProperty::GLOBAL:
return this->GlobalProperties.IsPropertyChained(name);
- break;
case cmProperty::TARGET:
return this->TargetProperties.IsPropertyChained(name);
- break;
case cmProperty::SOURCE_FILE:
return this->SourceFileProperties.IsPropertyChained(name);
- break;
case cmProperty::DIRECTORY:
return this->DirectoryProperties.IsPropertyChained(name);
- break;
case cmProperty::TEST:
return this->DirectoryProperties.IsPropertyChained(name);
- break;
}
return false;