diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-15 11:54:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-15 11:54:52 (GMT) |
commit | 2071291956042573868449463e5cbc562b1cbeda (patch) | |
tree | 76a4647aaf8a32553a9052e39e37f4a984d25b11 /Source/CPack | |
parent | 3206db15b37c29a4f9d7edd5695db52a885ef3f4 (diff) | |
download | CMake-2071291956042573868449463e5cbc562b1cbeda.zip CMake-2071291956042573868449463e5cbc562b1cbeda.tar.gz CMake-2071291956042573868449463e5cbc562b1cbeda.tar.bz2 |
STYLE: Fix kwstyle
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cmCPackGenericGenerator.cxx | 6 |
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 ) { |