mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 06:10:16 +08: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