diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:44:24 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:44:24 (GMT) |
commit | af04164c6d7171b38c38fff3cb96fb73f7451e74 (patch) | |
tree | 21747e1e20f3e808481e65f17b4f3b0d8a60f520 /Source/CPack/cmCPackPackageMakerGenerator.cxx | |
parent | bf5ed9b27b5ce80348de2ec283c7c13893a00360 (diff) | |
download | CMake-af04164c6d7171b38c38fff3cb96fb73f7451e74.zip CMake-af04164c6d7171b38c38fff3cb96fb73f7451e74.tar.gz CMake-af04164c6d7171b38c38fff3cb96fb73f7451e74.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/CPack/cmCPackPackageMakerGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackPackageMakerGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackPackageMakerGenerator.cxx b/Source/CPack/cmCPackPackageMakerGenerator.cxx index dff1413..2413000 100644 --- a/Source/CPack/cmCPackPackageMakerGenerator.cxx +++ b/Source/CPack/cmCPackPackageMakerGenerator.cxx @@ -221,7 +221,8 @@ int cmCPackPackageMakerGenerator::InitializeInternal() << std::endl); return 0; } - this->SetOptionIfNotSet("CPACK_INSTALLER_PROGRAM_DISK_IMAGE", pkgPath.c_str()); + this->SetOptionIfNotSet("CPACK_INSTALLER_PROGRAM_DISK_IMAGE", + pkgPath.c_str()); return this->Superclass::InitializeInternal(); } |