mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
Oops. The wrong version of the duplicate code was kept. Loaded cache values were not made internal.
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user