mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
cmState: Move CacheEntryType enum from cmCacheManager.
This commit is contained in:
@@ -113,7 +113,7 @@ protected:
|
||||
// cache.
|
||||
void FillCacheManagerFromUI();
|
||||
// Fix formatting of values to a consistent form.
|
||||
void FixValue(cmCacheManager::CacheEntryType type,
|
||||
void FixValue(cmState::CacheEntryType type,
|
||||
const std::string& in, std::string& out) const;
|
||||
// Re-post the existing fields. Used to toggle between
|
||||
// normal and advanced modes. Render() should be called
|
||||
|
||||
Reference in New Issue
Block a user