diff options
Diffstat (limited to 'Source/cmPropertyMap.cxx')
-rw-r--r-- | Source/cmPropertyMap.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmPropertyMap.cxx b/Source/cmPropertyMap.cxx index 925bfdd..9c68824 100644 --- a/Source/cmPropertyMap.cxx +++ b/Source/cmPropertyMap.cxx @@ -77,6 +77,8 @@ void cmPropertyMap::SetProperty(const char *name, const char *value, } cmSystemTools::Error(msg.c_str()); } +#else + (void)scope; #endif cmProperty *prop = this->GetOrCreateProperty(name); |