mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Unwatch manual variables upon removal in ccmake
This commit is contained in:
@@ -786,6 +786,7 @@ void cmCursesMainForm::RemoveEntry(const char* value)
|
||||
const char* val = (*it)->GetValue();
|
||||
if ( val && !strcmp(value, val) )
|
||||
{
|
||||
this->CMakeInstance->UnwatchUnusedCli(value);
|
||||
this->Entries->erase(it);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user