mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Support manual cache entries
This commit is contained in:
@@ -253,7 +253,8 @@ bool cmCacheManager::LoadCache(const char* path,
|
||||
}
|
||||
}
|
||||
e.SetProperty("HELPSTRING", helpString.c_str());
|
||||
if(cmCacheManager::ParseEntry(realbuffer, entryKey, e.Value, e.Type))
|
||||
if(cmCacheManager::ParseEntry(realbuffer, entryKey, e.Value, e.Type) ||
|
||||
cmCacheManager::ParseEntry(realbuffer, entryKey, e.Value))
|
||||
{
|
||||
if ( excludes.find(entryKey) == excludes.end() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user