diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-02 13:18:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-02 13:18:47 (GMT) |
commit | 71fee8522efe9eccf1abd3b84239732d4125d442 (patch) | |
tree | e9b3563ceae013343f541230e4421ac9efb9eaff /Source/CPack/cmCPackBundleGenerator.cxx | |
parent | efd096118f02d6777dc92560b5a1f01ce5aed138 (diff) | |
download | CMake-71fee8522efe9eccf1abd3b84239732d4125d442.zip CMake-71fee8522efe9eccf1abd3b84239732d4125d442.tar.gz CMake-71fee8522efe9eccf1abd3b84239732d4125d442.tar.bz2 |
STYLE: fix line length issues
Diffstat (limited to 'Source/CPack/cmCPackBundleGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackBundleGenerator.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackBundleGenerator.cxx b/Source/CPack/cmCPackBundleGenerator.cxx index 710c412..5a4ebd1 100644 --- a/Source/CPack/cmCPackBundleGenerator.cxx +++ b/Source/CPack/cmCPackBundleGenerator.cxx @@ -187,7 +187,8 @@ int cmCPackBundleGenerator::CompressFiles(const char* outFileName, if(!this->CopyFile(command_source, command_target)) { cmCPackLogger(cmCPackLog::LOG_ERROR, - "Error copying startup command. Check the value of CPACK_BUNDLE_STARTUP_COMMAND." + "Error copying startup command. " + " Check the value of CPACK_BUNDLE_STARTUP_COMMAND." << std::endl); return 0; @@ -214,7 +215,8 @@ int cmCPackBundleGenerator::CompressFiles(const char* outFileName, if(!this->CopyFile(package_icon_source, package_icon_destination)) { cmCPackLogger(cmCPackLog::LOG_ERROR, - "Error copying disk volume icon. Check the value of CPACK_PACKAGE_ICON." + "Error copying disk volume icon. " + "Check the value of CPACK_PACKAGE_ICON." << std::endl); return 0; |