summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-03-27 11:49:23 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-03-27 11:49:30 (GMT)
commit7e3d81b1df9e2c192585d83300344546439e50bd (patch)
treebefbf08daebf622c4b2bf4f3ac91afdc8a4459d6 /Source/cmState.h
parentae96b772fa8c957dfc4cbb334f45874bd4043966 (diff)
parenta7f2ff16a48486ec0ef5a1a2d73e13cf4106a50e (diff)
downloadCMake-7e3d81b1df9e2c192585d83300344546439e50bd.zip
CMake-7e3d81b1df9e2c192585d83300344546439e50bd.tar.gz
CMake-7e3d81b1df9e2c192585d83300344546439e50bd.tar.bz2
Merge topic 'cmprop-state'
a7f2ff16a4 cmState::GetCacheEntryProperty: return cmProp Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4522
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 89400d6..9d1b3c7 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -105,8 +105,8 @@ public:
void SetCacheEntryBoolProperty(std::string const& key,
std::string const& propertyName, bool value);
std::vector<std::string> GetCacheEntryPropertyList(std::string const& key);
- const char* GetCacheEntryProperty(std::string const& key,
- std::string const& propertyName);
+ cmProp GetCacheEntryProperty(std::string const& key,
+ std::string const& propertyName);
bool GetCacheEntryPropertyAsBool(std::string const& key,
std::string const& propertyName);
void AppendCacheEntryProperty(std::string const& key,