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

Method printResult

Source/cmInstallScriptHandler.cxx:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void InstallScriptRunner::printResult(std::size_t n, std::size_t total)
216{
217 cmSystemTools::Stdout(cmStrCat('[', n, '/', total, "] ", this->name, '\n'));
218 for (auto const& line : this->output) {
219 cmSystemTools::Stdout(line);
220 }
221}

Callers 1

InstallMethod · 0.80

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected