| 348 | } |
| 349 | |
| 350 | bool cmState::IsPropertyChained(std::string const& name, |
| 351 | cmProperty::ScopeType scope) const |
| 352 | { |
| 353 | if (auto const* def = this->GetPropertyDefinition(name, scope)) { |
| 354 | return def->IsChained(); |
| 355 | } |
| 356 | return false; |
| 357 | } |
| 358 | |
| 359 | void cmState::SetLanguageEnabled(std::string const& l) |
| 360 | { |