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

Method FindFrameworkHeader

Source/cmFindPathCommand.cxx:156–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156std::string cmFindPathCommand::FindFrameworkHeader()
157{
158 for (std::string const& n : this->Names) {
159 for (std::string const& sp : this->SearchPaths) {
160 std::string fwPath = this->FindHeaderInFramework(n, sp);
161 if (!fwPath.empty()) {
162 return fwPath;
163 }
164 }
165 }
166 return "";
167}
168
169bool cmFindPath(std::vector<std::string> const& args,
170 cmExecutionStatus& status)

Callers 1

FindHeaderMethod · 0.95

Calls 2

FindHeaderInFrameworkMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected