mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
Being initialized is a requirement for this method to return something, and is what differentiates it from using GetIterator with it.GetValue.
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
CacheEntryType& type);
|
||||
|
||||
///! Get a value from the cache given a key
|
||||
const char* GetCacheValue(const std::string& key) const;
|
||||
const char* GetInitializedCacheValue(const std::string& key) const;
|
||||
|
||||
/** Get the version of CMake that wrote the cache. */
|
||||
unsigned int GetCacheMajorVersion() const
|
||||
|
||||
Reference in New Issue
Block a user