mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
changed cache manager and registered generators to no longer be singletons
This commit is contained in:
@@ -65,7 +65,7 @@ bool cmFindProgramCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||
if(cacheValue)
|
||||
{
|
||||
cmCacheManager::CacheEntry* e =
|
||||
cmCacheManager::GetInstance()->GetCacheEntry(args[0].c_str());
|
||||
m_Makefile->GetCacheManager()->GetCacheEntry(args[0].c_str());
|
||||
if(e)
|
||||
{
|
||||
doc = e->m_HelpString;
|
||||
|
||||
Reference in New Issue
Block a user