mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
cmState: Move CacheEntryType enum from cmCacheManager.
This commit is contained in:
@@ -172,7 +172,7 @@ void cmLoadCacheCommand::CheckLine(const char* line)
|
||||
// Check one line of the cache file.
|
||||
std::string var;
|
||||
std::string value;
|
||||
cmCacheManager::CacheEntryType type = cmCacheManager::UNINITIALIZED;
|
||||
cmState::CacheEntryType type = cmState::UNINITIALIZED;
|
||||
if(cmake::ParseCacheEntry(line, var, value, type))
|
||||
{
|
||||
// Found a real entry. See if this one was requested.
|
||||
|
||||
Reference in New Issue
Block a user