mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 18:28:57 -06:00
ERR: std -> kwsys_std.
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
|
||||
/** Read an environment variable. */
|
||||
static const char* GetEnv(const char* key);
|
||||
static bool GetEnv(const char* key, std::string& result);
|
||||
static bool GetEnv(const char* key, kwsys_std::string& result);
|
||||
|
||||
/**
|
||||
* Get the file extension (including ".") needed for an executable
|
||||
|
||||
Reference in New Issue
Block a user