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

Method WriteDisclaimer

Source/cmLocalUnixMakefileGenerator3.cxx:2124–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2122}
2123
2124void cmLocalUnixMakefileGenerator3::WriteDisclaimer(std::ostream& os)
2125{
2126 os << "# CMAKE generated file: DO NOT EDIT!\n"
2127 "# Generated by \""
2128 << this->GlobalGenerator->GetName()
2129 << "\""
2130 " Generator, CMake Version "
2131 << cmVersion::GetMajorVersion() << '.' << cmVersion::GetMinorVersion()
2132 << "\n\n";
2133}
2134
2135std::string cmLocalUnixMakefileGenerator3::GetRecursiveMakeCall(
2136 std::string const& makefile, std::string const& tgt)

Callers 4

UpdateDependenciesMethod · 0.95
ScanDependenciesMethod · 0.95
WriteLocalAllRulesMethod · 0.95

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected