diff options
Diffstat (limited to 'Source/CPack/cpack.cxx')
-rw-r--r-- | Source/CPack/cpack.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 330d61f..51001aa 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -474,5 +474,10 @@ int main (int argc, char *argv[]) #define cout no_cout_use_cmCPack_Log } + if (cmSystemTools::GetErrorOccuredFlag()) + { + return 1; + } + return 0; } |