summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-03 15:52:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-03 15:52:26 (GMT)
commita460c608434b201b9e16940def4c5408b3eaaff1 (patch)
tree974de2c637d27844a62454c223b09c0feb465875 /Source
parent056c307e501f9e102f7608d8195b9ab5f7928504 (diff)
downloadCMake-a460c608434b201b9e16940def4c5408b3eaaff1.zip
CMake-a460c608434b201b9e16940def4c5408b3eaaff1.tar.gz
CMake-a460c608434b201b9e16940def4c5408b3eaaff1.tar.bz2
ENH: Add verbose flag to package maker and add CFBundleIdentifier string
Diffstat (limited to 'Source')
-rw-r--r--Source/CPack/cmCPackPackageMakerGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackPackageMakerGenerator.cxx b/Source/CPack/cmCPackPackageMakerGenerator.cxx
index da7eb56..9a5ea2b 100644
--- a/Source/CPack/cmCPackPackageMakerGenerator.cxx
+++ b/Source/CPack/cmCPackPackageMakerGenerator.cxx
@@ -77,7 +77,7 @@ int cmCPackPackageMakerGenerator::CompressFiles(const char* outFileName, const c
<< "\" -build -p \"" << packageDirFileName << "\" -f \"" << this->GetOption("CPACK_TEMPORARY_DIRECTORY")
<< "\" -r \"" << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Resources\" -i \""
<< this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Info.plist\" -d \""
- << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Description.plist\"";
+ << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Description.plist\" -v";
cmCPackLogger(cmCPackLog::LOG_VERBOSE, "Execute: " << pkgCmd.str().c_str() << std::endl);
std::string output;
int retVal = 1;