mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmCustomCommand: Record value of CMP0116 at time of creation
This commit is contained in:
@@ -140,3 +140,13 @@ void cmCustomCommand::SetJobPool(const std::string& job_pool)
|
||||
{
|
||||
this->JobPool = job_pool;
|
||||
}
|
||||
|
||||
cmPolicies::PolicyStatus cmCustomCommand::GetCMP0116Status() const
|
||||
{
|
||||
return this->CMP0116Status;
|
||||
}
|
||||
|
||||
void cmCustomCommand::SetCMP0116Status(cmPolicies::PolicyStatus cmp0116)
|
||||
{
|
||||
this->CMP0116Status = cmp0116;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user