diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-02 13:36:18 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-02 13:36:18 (GMT) |
commit | e0059c0db7c2c6360cae66c441f659a23d12f2f3 (patch) | |
tree | eefc3b4cc21d7e794f05a7588d97b7d88318cada /Source/cmAddCustomTargetCommand.cxx | |
parent | c1f692ec274761159669b296dc14f90564515e53 (diff) | |
download | CMake-e0059c0db7c2c6360cae66c441f659a23d12f2f3.zip CMake-e0059c0db7c2c6360cae66c441f659a23d12f2f3.tar.gz CMake-e0059c0db7c2c6360cae66c441f659a23d12f2f3.tar.bz2 |
COMP: fix compile errors on vs6 and a warning
Diffstat (limited to 'Source/cmAddCustomTargetCommand.cxx')
-rw-r--r-- | Source/cmAddCustomTargetCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.cxx b/Source/cmAddCustomTargetCommand.cxx index 3d9c1fe..af64838 100644 --- a/Source/cmAddCustomTargetCommand.cxx +++ b/Source/cmAddCustomTargetCommand.cxx @@ -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( |