| 711 | } |
| 712 | |
| 713 | void cmGlobalVisualStudioVersionedGenerator::SetVSVersionVar(cmMakefile* mf) |
| 714 | { |
| 715 | if (cm::optional<std::string> vsVer = this->GetVSInstanceVersion()) { |
| 716 | mf->AddDefinition("CMAKE_VS_VERSION_BUILD_NUMBER", *vsVer); |
| 717 | } |
| 718 | } |
| 719 | |
| 720 | bool cmGlobalVisualStudioVersionedGenerator::ProcessGeneratorInstanceField( |
| 721 | std::string const& key, std::string const& value) |
no test coverage detected