diff options
author | Brad King <brad.king@kitware.com> | 2012-11-13 19:32:09 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-13 19:32:09 (GMT) |
commit | 7cdc95ac365ab2c657eb23e1002ebcf0a9677cc5 (patch) | |
tree | dca907b9cd46a42b91ddb382701c8093937cb4ad /Source/CPack | |
parent | a00132ced44ffaf53ff662d2d914f3f04ad56fb5 (diff) | |
parent | b6f7881962e3905e8fda20340e6d9dcc7877da84 (diff) | |
download | CMake-7cdc95ac365ab2c657eb23e1002ebcf0a9677cc5.zip CMake-7cdc95ac365ab2c657eb23e1002ebcf0a9677cc5.tar.gz CMake-7cdc95ac365ab2c657eb23e1002ebcf0a9677cc5.tar.bz2 |
Merge topic 'CPack-BugFixesSet'
b6f7881 Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call.
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cmCPackGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx index b57dbcb..6317fa0 100644 --- a/Source/CPack/cmCPackGenerator.cxx +++ b/Source/CPack/cmCPackGenerator.cxx @@ -97,7 +97,6 @@ int cmCPackGenerator::PrepareNames() } tempDirectory += this->GetOption("CPACK_GENERATOR"); std::string topDirectory = tempDirectory; - this->GetOption("CPACK_PACKAGE_FILE_NAME"); const char* pfname = this->GetOption("CPACK_PACKAGE_FILE_NAME"); if(!pfname) { |