From b6f7881962e3905e8fda20340e6d9dcc7877da84 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sun, 11 Nov 2012 21:54:35 +0100 Subject: Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call. Signed-off-by: Eric NOULARD --- Source/CPack/cmCPackGenerator.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx index e964696..43ce81b 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) { -- cgit v0.12