mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
stringapi: Use strings for property names
Property names are always generated by CMake and should never be NULL.
This commit is contained in:
@@ -46,7 +46,7 @@ protected:
|
||||
std::string InstallNameDir(cmTarget* target,
|
||||
const std::string& config);
|
||||
private:
|
||||
std::string FindTargets(const char *prop, cmTarget const* tgt,
|
||||
std::string FindTargets(const std::string& prop, cmTarget const* tgt,
|
||||
std::set<cmTarget const*> &emitted);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user