diff options
Diffstat (limited to 'Source/cmAddCustomTargetCommand.cxx')
-rw-r--r-- | Source/cmAddCustomTargetCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmAddCustomTargetCommand.cxx b/Source/cmAddCustomTargetCommand.cxx index aaa2af0..3d9c1fe 100644 --- a/Source/cmAddCustomTargetCommand.cxx +++ b/Source/cmAddCustomTargetCommand.cxx @@ -48,6 +48,7 @@ bool cmAddCustomTargetCommand return false; break; case cmPolicies::REQUIRED_IF_USED: + case cmPolicies::REQUIRED_ALWAYS: this->SetError( this->Makefile->GetPolicies()->GetRequiredPolicyError (cmPolicies::CMP_0001).c_str()); |