mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
stringapi: Use strings for variable names
Variable names are always generated by CMake and should never be NULL.
This commit is contained in:
@@ -47,7 +47,7 @@ inline std::ostream& operator<<(std::ostream& os,
|
||||
class cmScriptGenerator
|
||||
{
|
||||
public:
|
||||
cmScriptGenerator(const char* config_var,
|
||||
cmScriptGenerator(const std::string& config_var,
|
||||
std::vector<std::string> const& configurations);
|
||||
virtual ~cmScriptGenerator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user