mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmState: Move CacheEntryType enum from cmCacheManager.
This commit is contained in:
@@ -88,7 +88,7 @@ bool cmSiteNameCommand
|
||||
AddCacheDefinition(args[0],
|
||||
siteName.c_str(),
|
||||
"Name of the computer/site where compile is being run",
|
||||
cmCacheManager::STRING);
|
||||
cmState::STRING);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user