BUG: Make handle arguments work again
This commit is contained in:
parent
f816c4e09b
commit
e2102dea48
|
@ -56,6 +56,7 @@ void cmCTestGenericHandler::SetOption(const char* op, const char* value)
|
|||
//----------------------------------------------------------------------
|
||||
void cmCTestGenericHandler::SetPersistentOption(const char* op, const char* value)
|
||||
{
|
||||
this->SetOption(op, value);
|
||||
if ( !op )
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue