summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-10-27 11:33:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-27 11:33:46 (GMT)
commit105ef112c990df78869a37f0b045087d3b0c900f (patch)
tree54985ff89210bbd426cde0228d1d62e25c355d4f /Source/cmState.cxx
parentc79e02c4c3acb16d81d1b940074853f653634546 (diff)
parentb7d7eca66db97f9dcb6068762733f06941c0c05a (diff)
downloadCMake-105ef112c990df78869a37f0b045087d3b0c900f.zip
CMake-105ef112c990df78869a37f0b045087d3b0c900f.tar.gz
CMake-105ef112c990df78869a37f0b045087d3b0c900f.tar.bz2
Merge topic 'cmake-presets-path-arg'
b7d7eca66d CMakePresets.json: Rework how --preset argument is handled Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5416
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r--Source/cmState.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index 77665f1..3692a01 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -135,6 +135,11 @@ bool cmState::DeleteCache(const std::string& path)
return this->CacheManager->DeleteCache(path);
}
+bool cmState::IsCacheLoaded() const
+{
+ return this->CacheManager->IsCacheLoaded();
+}
+
std::vector<std::string> cmState::GetCacheEntryKeys() const
{
return this->CacheManager->GetCacheEntryKeys();