mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Merge topic 'bugfix-gcev'
d606b19f7d server-mode: Fix regression in cache entry reporting
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4808
This commit is contained in:
@@ -446,7 +446,7 @@ cmServerResponse cmServerProtocol1::ProcessCache(
|
||||
entry[kKEY_KEY] = key;
|
||||
entry[kTYPE_KEY] =
|
||||
cmState::CacheEntryTypeToString(state->GetCacheEntryType(key));
|
||||
entry[kVALUE_KEY] = state->GetCacheEntryValue(key);
|
||||
entry[kVALUE_KEY] = *state->GetCacheEntryValue(key);
|
||||
|
||||
Json::Value props = Json::objectValue;
|
||||
bool haveProperties = false;
|
||||
|
||||
Reference in New Issue
Block a user