mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -06:00
cmState: Move CacheEntryType enum to separate namespace
Port dependent code to the change.
This commit is contained in:
@@ -98,13 +98,13 @@ bool cmUtilitySourceCommand::InitialPass(std::vector<std::string> const& args,
|
||||
// Enter the value into the cache.
|
||||
this->Makefile->AddCacheDefinition(cacheEntry, utilityExecutable.c_str(),
|
||||
"Path to an internal program.",
|
||||
cmState::FILEPATH);
|
||||
cmStateEnums::FILEPATH);
|
||||
// add a value into the cache that maps from the
|
||||
// full path to the name of the project
|
||||
cmSystemTools::ConvertToUnixSlashes(utilityExecutable);
|
||||
this->Makefile->AddCacheDefinition(utilityExecutable, utilityName.c_str(),
|
||||
"Executable to project name.",
|
||||
cmState::INTERNAL);
|
||||
cmStateEnums::INTERNAL);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user