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

Method GetLanguageStandardRequired

Source/cmGeneratorTarget.cxx:959–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959bool cmGeneratorTarget::GetLanguageStandardRequired(
960 std::string const& lang) const
961{
962 return this->GetPropertyWithPairedLanguageSupport(lang, "_STANDARD_REQUIRED")
963 .IsOn();
964}
965
966void cmGeneratorTarget::GetModuleDefinitionSources(
967 std::vector<cmSourceFile const*>& data, std::string const& config) const

Callers 2

GetCompileOptionDefMethod · 0.80
GetEffectiveStandardMethod · 0.80

Calls 2

IsOnMethod · 0.45

Tested by

no test coverage detected