mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Unwatch manual variables upon removal in cmake-gui
This commit is contained in:
@@ -242,6 +242,8 @@ void QCMake::setProperties(const QCMakePropertyList& newProps)
|
||||
// remove some properites
|
||||
foreach(QString s, toremove)
|
||||
{
|
||||
this->CMakeInstance->UnwatchUnusedCli(s.toAscii().data());
|
||||
|
||||
cachem->RemoveCacheEntry(s.toAscii().data());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user