Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2716
void cmCTest::SetStopOnFailure(bool stop)
2717
{
2718
this->Impl->StopOnFailure = stop;
2719
}
2720
2721
std::chrono::system_clock::time_point cmCTest::GetStopTime() const
2722
{
Callers
1
ProcessOptions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected