Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kitware/CMake
/ SetJobPool
Method
SetJobPool
Source/cmCustomCommand.cxx:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void cmCustomCommand::SetJobPool(std::string const& job_pool)
203
{
204
this->JobPool = job_pool;
205
}
206
207
bool cmCustomCommand::GetJobserverAware() const
208
{
Callers
2
cmAddCustomCommandCommand
Function · 0.80
cmAddCustomTargetCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected