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 2d813f5..ba8334e 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -2835,19 +2835,14 @@ bool cmake::IsPropertyDefined(const char *name, cmProperty::ScopeType scope)
{
case cmProperty::GLOBAL:
return this->GlobalProperties.IsPropertyDefined(name);
- break;
case cmProperty::TARGET:
return this->TargetProperties.IsPropertyDefined(name);
- break;
case cmProperty::SOURCE_FILE:
return this->SourceFileProperties.IsPropertyDefined(name);
- break;
case cmProperty::DIRECTORY:
return this->DirectoryProperties.IsPropertyDefined(name);
- break;
case cmProperty::TEST:
return this->TestProperties.IsPropertyDefined(name);
- break;
}
return false;