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

Method ReportMissing

Source/cmFileCopier.cxx:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool cmFileCopier::ReportMissing(std::string const& fromFile)
120{
121 // The input file does not exist and installation is not optional.
122 this->Status.SetError(cmStrCat(this->Name, " cannot find \"", fromFile,
123 "\": ", cmSystemTools::GetLastSystemError(),
124 '.'));
125 return false;
126}
127
128void cmFileCopier::NotBeforeMatch(std::string const& arg)
129{

Callers 1

InstallMethod · 0.95

Calls 2

cmStrCatFunction · 0.70
SetErrorMethod · 0.45

Tested by

no test coverage detected