mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: Fix uninitialzed members of cmCacheManager.
This commit is contained in:
@@ -30,6 +30,7 @@ class cmMarkAsAdvancedCommand;
|
||||
class cmCacheManager
|
||||
{
|
||||
public:
|
||||
cmCacheManager();
|
||||
class CacheIterator;
|
||||
friend class cmCacheManager::CacheIterator;
|
||||
enum CacheEntryType{ BOOL=0, PATH, FILEPATH, STRING, INTERNAL,STATIC,
|
||||
|
||||
Reference in New Issue
Block a user