mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
BUG: Make handle arguments work again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user