mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
cmState::GetCacheEntryProperty: return cmProp
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user