Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call.
Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
This commit is contained in:
parent
342934d4de
commit
b6f7881962
|
@ -97,7 +97,6 @@ int cmCPackGenerator::PrepareNames()
|
||||||
}
|
}
|
||||||
tempDirectory += this->GetOption("CPACK_GENERATOR");
|
tempDirectory += this->GetOption("CPACK_GENERATOR");
|
||||||
std::string topDirectory = tempDirectory;
|
std::string topDirectory = tempDirectory;
|
||||||
this->GetOption("CPACK_PACKAGE_FILE_NAME");
|
|
||||||
const char* pfname = this->GetOption("CPACK_PACKAGE_FILE_NAME");
|
const char* pfname = this->GetOption("CPACK_PACKAGE_FILE_NAME");
|
||||||
if(!pfname)
|
if(!pfname)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue