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

Method SetStopOnFailure

Source/cmCTest.cxx:2716–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2714}
2715
2716void cmCTest::SetStopOnFailure(bool stop)
2717{
2718 this->Impl->StopOnFailure = stop;
2719}
2720
2721std::chrono::system_clock::time_point cmCTest::GetStopTime() const
2722{

Callers 1

ProcessOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected