mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmState: Move CacheEntryType enum to separate namespace
Port dependent code to the change.
This commit is contained in:
@@ -95,7 +95,7 @@ void cmLocalVisualStudio10Generator::ReadAndStoreExternalGUID(
|
||||
// save the GUID in the cache
|
||||
this->GlobalGenerator->GetCMakeInstance()->AddCacheEntry(
|
||||
guidStoreName.c_str(), parser.GUID.c_str(), "Stored GUID",
|
||||
cmState::INTERNAL);
|
||||
cmStateEnums::INTERNAL);
|
||||
}
|
||||
|
||||
const char* cmLocalVisualStudio10Generator::ReportErrorLabel() const
|
||||
|
||||
Reference in New Issue
Block a user