MCPcopy Create free account
hub / github.com/Kitware/CMake / ProcessGeneratorPlatformField

Method ProcessGeneratorPlatformField

Source/cmGlobalVisualStudio8Generator.cxx:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool cmGlobalVisualStudio8Generator::ProcessGeneratorPlatformField(
190 std::string const& key, std::string const& value)
191{
192 static_cast<void>(key);
193 static_cast<void>(value);
194 return false;
195}
196
197cm::optional<std::string> const&
198cmGlobalVisualStudio8Generator::GetTargetFrameworkVersion() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected