mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Fix: vars that have just become ADVANCED should be removed from the GUI
This commit is contained in:
@@ -635,6 +635,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
||||
{
|
||||
if(cmCacheManager::GetInstance()->IsAdvanced(key))
|
||||
{
|
||||
m_CacheEntriesList.RemoveProperty(key);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user