diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 6c9197c..5f2217d 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -1992,6 +1992,7 @@ cmTarget::OutputInfo const* cmTarget::GetOutputInfo(const char* config) msg += " which has type "; msg += cmTarget::TargetTypeNames[this->GetType()]; this->GetMakefile()->IssueMessage(cmake::INTERNAL_ERROR, msg); + abort(); return 0; } |