mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
cmState: Move CacheEntryType enum from cmCacheManager.
This commit is contained in:
@@ -378,7 +378,7 @@ bool cmFindBase::CheckForVariableInCache()
|
||||
// original value. Tell the subclass implementations to do
|
||||
// this.
|
||||
if(cached && state->GetCacheEntryType(this->VariableName)
|
||||
== cmCacheManager::UNINITIALIZED)
|
||||
== cmState::UNINITIALIZED)
|
||||
{
|
||||
this->AlreadyInCacheWithoutMetaInfo = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user