ENH: INTERNAL properties are not display any longer in the GUI
This commit is contained in:
parent
f7b22c332f
commit
3221b4e3fe
|
@ -456,10 +456,7 @@ CMakeSetupGUIImplementation
|
|||
fltk::PropertyList::EDIT,"");
|
||||
break;
|
||||
case cmCacheManager::INTERNAL:
|
||||
m_CacheEntriesList.AddProperty(key,
|
||||
value.m_Value.c_str(),
|
||||
value.m_HelpString.c_str(),
|
||||
fltk::PropertyList::EDIT,"");
|
||||
// These entries should not be seen by the user
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue