mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
cmState: Move CacheEntryType enum from cmCacheManager.
This commit is contained in:
@@ -73,7 +73,7 @@ bool cmIncludeExternalMSProjectCommand
|
||||
std::string guidVariable = utility_name + "_GUID_CMAKE";
|
||||
this->Makefile->GetCMakeInstance()->AddCacheEntry(
|
||||
guidVariable.c_str(), customGuid.c_str(),
|
||||
"Stored GUID", cmCacheManager::INTERNAL);
|
||||
"Stored GUID", cmState::INTERNAL);
|
||||
}
|
||||
|
||||
// Create a target instance for this utility.
|
||||
|
||||
Reference in New Issue
Block a user