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

Method ProcessPresetEnvironment

Source/cmake.cxx:543–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void cmake::ProcessPresetEnvironment()
544{
545 for (auto const& var : this->UnprocessedPresetEnvironment) {
546 if (var.second) {
547 cmSystemTools::PutEnv(cmStrCat(var.first, '=', *var.second));
548 }
549 }
550}
551
552void cmake::PrintPresetEnvironment()
553{

Callers 3

RunMethod · 0.95
BuildMethod · 0.95
LoadCacheMethod · 0.80

Calls 1

cmStrCatFunction · 0.70

Tested by

no test coverage detected