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

Method PrintGeneratorList

Source/cmake.cxx:3478–3487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3476}
3477
3478void cmake::PrintGeneratorList()
3479{
3480#ifndef CMAKE_BOOTSTRAP
3481 cmDocumentation doc;
3482 auto generators = this->GetGeneratorsDocumentation();
3483 doc.AppendSection("Generators", generators);
3484 std::cerr << '\n';
3485 doc.PrintDocumentation(cmDocumentation::ListGenerators, std::cerr);
3486#endif
3487}
3488
3489int cmake::CheckBuildSystem()
3490{

Callers 3

SetArgsMethod · 0.95
GetSystemInformationMethod · 0.95

Calls 3

PrintDocumentationMethod · 0.80
AppendSectionMethod · 0.45

Tested by

no test coverage detected