cmCustomCommand: Record value of CMP0116 at time of creation

This commit is contained in:
Kyle Edwards
2021-02-22 15:24:52 -05:00
parent 33d93089ef
commit f01f10e8fb
18 changed files with 190 additions and 145 deletions

View File

@@ -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;
}