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

Method NotAfterMatch

Source/cmFileCopier.cxx:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void cmFileCopier::NotAfterMatch(std::string const& arg)
137{
138 std::ostringstream e;
139 e << "option " << arg << " may not appear after PATTERN or REGEX.";
140 this->Status.SetError(e.str());
141 this->Doing = DoingError;
142}
143
144void cmFileCopier::DefaultFilePermissions()
145{

Callers 2

CheckKeywordMethod · 0.95
CheckKeywordMethod · 0.80

Calls 2

strMethod · 0.80
SetErrorMethod · 0.45

Tested by

no test coverage detected