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

Method UpdateProgress

Source/cmake.cxx:3421–3426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3419}
3420
3421void cmake::UpdateProgress(std::string const& msg, float prog)
3422{
3423 if (this->ProgressCallback && !this->GetIsInTryCompile()) {
3424 this->ProgressCallback(msg, prog);
3425 }
3426}
3427
3428bool cmake::GetIsInTryCompile() const
3429{

Callers 8

ActualConfigureMethod · 0.95
RunMethod · 0.95
GenerateMethod · 0.95
BuildMethod · 0.95
DisplayStatusMethod · 0.45
GenerateMethod · 0.45
TryCompileMethod · 0.45
AddMakefileMethod · 0.45

Calls 1

GetIsInTryCompileMethod · 0.95

Tested by

no test coverage detected