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

Method AddEnvPath

Source/cmSearchPath.cxx:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void cmSearchPath::AddEnvPath(std::string const& variable)
85{
86 std::vector<std::string> expanded =
87 cmSystemTools::GetEnvPathNormalized(variable);
88 for (std::string const& p : expanded) {
89 this->AddPathInternal(p, "");
90 }
91}
92
93void cmSearchPath::AddCMakePrefixPath(std::string const& variable)
94{

Calls 1

AddPathInternalMethod · 0.95

Tested by

no test coverage detected