diff options
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r-- | Source/cmCacheManager.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index f784301..a5300b9 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -213,6 +213,7 @@ bool cmCacheManager::LoadCache(const char* path, // not visible in the gui if (!internal) { + e.m_Type = INTERNAL; e.m_HelpString = "DO NOT EDIT, "; e.m_HelpString += entryKey; e.m_HelpString += " loaded from external file. " |