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

Method SetEscapeAllowMakeVars

Source/cmCustomCommand.cxx:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void cmCustomCommand::SetEscapeAllowMakeVars(bool b)
118{
119 this->EscapeAllowMakeVars = b;
120}
121
122cmListFileBacktrace const& cmCustomCommand::GetBacktrace() const
123{

Callers 4

MaybeCreateImplibDirMethod · 0.80
AddCustomCommandFunction · 0.80
AddCustomCommandToTargetFunction · 0.80
InitAutogenTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected