diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-03-22 03:00:00 -0400 |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2020-03-25 09:10:46 -0400 |
commit | c84cf42897e4d95706d4f750c2ad085c84a259f2 (patch) | |
tree | 980169e295b16dbc56fe3577b48913fd4a9c2e8a /Source/cmake.h | |
parent | d13d5c11cf8b5878c5e63b067e73a2175f01d93f (diff) | |
download | cmake-c84cf42897e4d95706d4f750c2ad085c84a259f2.tar.gz |
cmState::GetGlobalProperty: return cmProp
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 58769fdc99..7705f0e058 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -364,7 +364,7 @@ public: void SetProperty(const std::string& prop, const char* value); void AppendProperty(const std::string& prop, const std::string& value, bool asString = false); - const char* GetProperty(const std::string& prop); + cmProp GetProperty(const std::string& prop); bool GetPropertyAsBool(const std::string& prop); //! Get or create an cmInstalledFile instance and return a pointer to it |