mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
cmState: Move CacheEntryType enum to separate namespace
Port dependent code to the change.
This commit is contained in:
@@ -66,7 +66,7 @@ bool cmIncludeExternalMSProjectCommand::InitialPass(
|
||||
std::string guidVariable = utility_name + "_GUID_CMAKE";
|
||||
this->Makefile->GetCMakeInstance()->AddCacheEntry(
|
||||
guidVariable.c_str(), customGuid.c_str(), "Stored GUID",
|
||||
cmState::INTERNAL);
|
||||
cmStateEnums::INTERNAL);
|
||||
}
|
||||
|
||||
// Create a target instance for this utility.
|
||||
|
||||
Reference in New Issue
Block a user