mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. Related to order of virtual destructor calls.
This commit is contained in:
@@ -30,7 +30,7 @@ class cmCablePackageCommand : public cmCableCommand
|
||||
{
|
||||
public:
|
||||
cmCablePackageCommand() {}
|
||||
virtual ~cmCablePackageCommand() {}
|
||||
virtual ~cmCablePackageCommand();
|
||||
|
||||
/**
|
||||
* This is a virtual constructor for the command.
|
||||
|
||||
Reference in New Issue
Block a user