mirror of
https://github.com/reactos/CMake.git
synced 2025-02-21 04:11:03 +00:00
ENH: update to new style of cache access
This commit is contained in:
parent
333e2dbf63
commit
d5c497d8bc
@ -428,7 +428,7 @@ CMakeSetupGUIImplementation
|
||||
switch(value.m_Type )
|
||||
{
|
||||
case cmCacheManager::BOOL:
|
||||
if(cmCacheManager::GetInstance()->IsOn(key))
|
||||
if(cmSystemTools::IsOn(value.m_Value.c_str()))
|
||||
{
|
||||
m_CacheEntriesList.AddProperty(key,
|
||||
"ON",
|
||||
|
Loading…
x
Reference in New Issue
Block a user