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

Method GetEscapeAllowMakeVars

Source/cmCustomCommand.cxx:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool cmCustomCommand::GetEscapeAllowMakeVars() const
113{
114 return this->EscapeAllowMakeVars;
115}
116
117void cmCustomCommand::SetEscapeAllowMakeVars(bool b)
118{

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected