From b170d21c9893c33b44d34ed0dedc81de1baec039 Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Mon, 26 Nov 2001 16:32:10 -0500 Subject: Oops. The wrong version of the duplicate code was kept. Loaded cache values were not made internal. --- Source/cmCacheManager.cxx | 1 + 1 file changed, 1 insertion(+) 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. " -- cgit v0.12