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

Method ForceResponseFile

Source/cmNinjaTargetGenerator.cxx:2549–2554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2547}
2548
2549bool cmNinjaTargetGenerator::ForceResponseFile()
2550{
2551 static std::string const forceRspFile = "CMAKE_NINJA_FORCE_RESPONSE_FILE";
2552 return (this->GetMakefile()->IsDefinitionSet(forceRspFile) ||
2553 cmSystemTools::HasEnv(forceRspFile));
2554}

Calls 2

GetMakefileMethod · 0.95
IsDefinitionSetMethod · 0.80

Tested by

no test coverage detected