| 2547 | } |
| 2548 | |
| 2549 | bool 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 | } |
no test coverage detected