MCPcopy 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
202void cmCustomCommand::SetJobPool(std::string const& job_pool)
203{
204 this->JobPool = job_pool;
205}
206
207bool cmCustomCommand::GetJobserverAware() const
208{

Callers 2

cmAddCustomTargetCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected