summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-06-02 10:35:33 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-06-08 10:25:35 (GMT)
commit9e64e617eb295c7e2725d871225659ae7bcf7c48 (patch)
tree5356b70a28cd1ad5de06dcadc035489b6645c529 /Source/cmCacheManager.cxx
parentf4bbeb785c8f673a5cff326cc717d0dfbb2734a2 (diff)
downloadCMake-9e64e617eb295c7e2725d871225659ae7bcf7c48.zip
CMake-9e64e617eb295c7e2725d871225659ae7bcf7c48.tar.gz
CMake-9e64e617eb295c7e2725d871225659ae7bcf7c48.tar.bz2
cmPropertyMap: Rename GetPropertyList method to GetKeys
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 358f095..e8fc350 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -620,7 +620,7 @@ bool cmCacheManager::CacheIterator::GetValueAsBool() const
std::vector<std::string> cmCacheManager::CacheEntry::GetPropertyList() const
{
- return this->Properties.GetPropertyList();
+ return this->Properties.GetKeys();
}
const char* cmCacheManager::CacheEntry::GetProperty(