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

Method ForbidGeneratorExpressions

Source/cmGeneratorExpression.cxx:421–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421bool cmGeneratorExpression::ForbidGeneratorExpressions(
422 cmGeneratorTarget const* target, std::string const& propertyName,
423 std::string const& propertyValue)
424{
425 std::map<std::string, std::vector<std::string>> allowList;
426 std::string evaluatedValue;
427 return ForbidGeneratorExpressions(target, propertyName, propertyValue,
428 evaluatedValue, allowList);
429}
430
431bool cmGeneratorExpression::ForbidGeneratorExpressions(
432 cmGeneratorTarget const* target, std::string const& propertyName,

Callers

nothing calls this directly

Calls 5

cmStrCatFunction · 0.70
sizeMethod · 0.45
IssueMessageMethod · 0.45
GetNameMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected