mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
stringapi: Use strings for variable names
Variable names are always generated by CMake and should never be NULL.
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
std::string const& lang, const char *config);
|
||||
void AddVisibilityPresetFlags(std::string &flags, cmTarget* target,
|
||||
const char *lang);
|
||||
void AddConfigVariableFlags(std::string& flags, const char* var,
|
||||
void AddConfigVariableFlags(std::string& flags, const std::string& var,
|
||||
const char* config);
|
||||
///! Append flags to a string.
|
||||
virtual void AppendFlags(std::string& flags, const char* newFlags);
|
||||
|
||||
Reference in New Issue
Block a user