| 341 | } |
| 342 | |
| 343 | cmValue cmStateDirectory::GetProperty(std::string const& prop) const |
| 344 | { |
| 345 | bool const chain = |
| 346 | this->Snapshot_.State->IsPropertyChained(prop, cmProperty::DIRECTORY); |
| 347 | return this->GetProperty(prop, chain); |
| 348 | } |
| 349 | |
| 350 | cmValue cmStateDirectory::GetProperty(std::string const& prop, |
| 351 | bool chain) const |
no test coverage detected