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

Method UnPutEnv

Source/cmSystemTools.cxx:2144–2147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2142}
2143
2144void cmSystemTools::EnvDiff::UnPutEnv(std::string const& env)
2145{
2146 diff[env] = cm::nullopt;
2147}
2148
2149bool cmSystemTools::EnvDiff::ParseOperation(std::string const& envmod)
2150{

Callers 2

PutEnvMethod · 0.95
ExecuteCMakeCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected