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

Method NotBeforeMatch

Source/cmFileCopier.cxx:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void cmFileCopier::NotBeforeMatch(std::string const& arg)
129{
130 std::ostringstream e;
131 e << "option " << arg << " may not appear before PATTERN or REGEX.";
132 this->Status.SetError(e.str());
133 this->Doing = DoingError;
134}
135
136void cmFileCopier::NotAfterMatch(std::string const& arg)
137{

Callers 1

CheckKeywordMethod · 0.95

Calls 2

strMethod · 0.80
SetErrorMethod · 0.45

Tested by

no test coverage detected