mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmState: Move CacheEntryType enum to separate namespace
Port dependent code to the change.
This commit is contained in:
@@ -890,7 +890,7 @@ bool cmFindPackageCommand::FindConfig()
|
||||
help += ".";
|
||||
// We force the value since we do not get here if it was already set.
|
||||
this->Makefile->AddCacheDefinition(this->Variable, init.c_str(),
|
||||
help.c_str(), cmState::PATH, true);
|
||||
help.c_str(), cmStateEnums::PATH, true);
|
||||
return found;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user