summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenericGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-15 11:54:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-15 11:54:52 (GMT)
commit2071291956042573868449463e5cbc562b1cbeda (patch)
tree76a4647aaf8a32553a9052e39e37f4a984d25b11 /Source/CPack/cmCPackGenericGenerator.cxx
parent3206db15b37c29a4f9d7edd5695db52a885ef3f4 (diff)
downloadCMake-2071291956042573868449463e5cbc562b1cbeda.zip
CMake-2071291956042573868449463e5cbc562b1cbeda.tar.gz
CMake-2071291956042573868449463e5cbc562b1cbeda.tar.bz2
STYLE: Fix kwstyle
Diffstat (limited to 'Source/CPack/cmCPackGenericGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackGenericGenerator.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackGenericGenerator.cxx b/Source/CPack/cmCPackGenericGenerator.cxx
index b063933..062c700 100644
--- a/Source/CPack/cmCPackGenericGenerator.cxx
+++ b/Source/CPack/cmCPackGenericGenerator.cxx
@@ -429,8 +429,10 @@ int cmCPackGenericGenerator::InstallProjectViaInstallScript(
{
this->SetOption("CMAKE_INSTALL_PREFIX", tempInstallDirectory);
}
- this->SetOptionIfNotSet("CMAKE_CURRENT_BINARY_DIR", tempInstallDirectory);
- this->SetOptionIfNotSet("CMAKE_CURRENT_SOURCE_DIR", tempInstallDirectory);
+ this->SetOptionIfNotSet("CMAKE_CURRENT_BINARY_DIR",
+ tempInstallDirectory);
+ this->SetOptionIfNotSet("CMAKE_CURRENT_SOURCE_DIR",
+ tempInstallDirectory);
int res = this->MakefileMap->ReadListFile(0, installScript.c_str());
if ( cmSystemTools::GetErrorOccuredFlag() || !res )
{