mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
COMP: fix compile errors on vs6 and a warning
This commit is contained in:
@@ -46,7 +46,6 @@ bool cmAddCustomTargetCommand
|
||||
"this is not allowed according to policy CMP_0001. Run "
|
||||
"cmake --help-policy CMP_0001 for more information.");
|
||||
return false;
|
||||
break;
|
||||
case cmPolicies::REQUIRED_IF_USED:
|
||||
case cmPolicies::REQUIRED_ALWAYS:
|
||||
this->SetError(
|
||||
|
||||
Reference in New Issue
Block a user