| 1236 | } |
| 1237 | |
| 1238 | cmValue cmGlobalGenerator::GetGlobalSetting(std::string const& name) const |
| 1239 | { |
| 1240 | assert(!this->Makefiles.empty()); |
| 1241 | return this->Makefiles[0]->GetDefinition(name); |
| 1242 | } |
| 1243 | |
| 1244 | bool cmGlobalGenerator::GlobalSettingIsOn(std::string const& name) const |
| 1245 | { |
no test coverage detected