Oops. The wrong version of the duplicate code was kept. Loaded cache values were not made internal.
This commit is contained in:
parent
3057b6a7aa
commit
b170d21c98
@ -213,6 +213,7 @@ bool cmCacheManager::LoadCache(const char* path,
|
|||||||
// not visible in the gui
|
// not visible in the gui
|
||||||
if (!internal)
|
if (!internal)
|
||||||
{
|
{
|
||||||
|
e.m_Type = INTERNAL;
|
||||||
e.m_HelpString = "DO NOT EDIT, ";
|
e.m_HelpString = "DO NOT EDIT, ";
|
||||||
e.m_HelpString += entryKey;
|
e.m_HelpString += entryKey;
|
||||||
e.m_HelpString += " loaded from external file. "
|
e.m_HelpString += " loaded from external file. "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user