| 3734 | } |
| 3735 | |
| 3736 | void cmGlobalGenerator::CheckRuleHashes() |
| 3737 | { |
| 3738 | std::string home = this->GetCMakeInstance()->GetHomeOutputDirectory(); |
| 3739 | std::string pfile = cmStrCat(home, "/CMakeFiles/CMakeRuleHashes.txt"); |
| 3740 | this->CheckRuleHashes(pfile, home); |
| 3741 | this->WriteRuleHashes(pfile); |
| 3742 | } |
| 3743 | |
| 3744 | void cmGlobalGenerator::CheckRuleHashes(std::string const& pfile, |
| 3745 | std::string const& home) |
no test coverage detected