mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -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:
@@ -63,7 +63,7 @@ protected:
|
||||
void AddPathSuffix(std::string const& arg);
|
||||
void AddUserPath(std::string const& p,
|
||||
std::vector<std::string>& paths);
|
||||
void AddCMakePath(const char* variable);
|
||||
void AddCMakePath(const std::string& variable);
|
||||
void AddEnvPath(const char* variable);
|
||||
void AddPathsInternal(std::vector<std::string> const& in_paths,
|
||||
PathType pathType);
|
||||
|
||||
Reference in New Issue
Block a user