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

Method SetTraceRedirect

Source/cmake.cxx:1857–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1855}
1856
1857void cmake::SetTraceRedirect(cmake* other)
1858{
1859 this->Trace = other->Trace;
1860 this->TraceExpand = other->TraceExpand;
1861 this->TraceFormatVar = other->TraceFormatVar;
1862 this->TraceOnlyThisSources = other->TraceOnlyThisSources;
1863
1864 this->TraceRedirect = other;
1865}
1866
1867bool cmake::SetDirectoriesFromFile(std::string const& arg)
1868{

Callers 1

TryCompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected