Skip to content

cmPropertyMap: Introduce cmProp as return type for GetProperty() functions

vvs31415 requested to merge (removed):prop_t into master

Currently properties are usually stored internally as std::string. However, family of GetProperty() functions return them as const char * using c_str(). The proposed cmProp, typedef'ed as const std::string * will expose properties more naturally.

Edited by vvs31415

Merge request reports