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

Function AddEnvPath

Source/cmRuntimeDependencyArchive.cxx:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static void AddEnvPath(std::vector<std::string>& paths, std::string const& var,
98 std::string const& suffix)
99{
100 std::string value;
101 if (cmSystemTools::GetEnv(var, value)) {
102 paths.push_back(value + suffix);
103 }
104}
105#endif
106
107static cmsys::RegularExpression TransformCompile(std::string const& str)

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…