summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index cabdac0..bdcac7a 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -82,6 +82,12 @@ public:
std::vector<std::string>& arguments);
/**
+ * Add the paths from the environment variable PATH to the
+ * string vector passed in.
+ */
+ static void GetPath(std::vector<std::string>& path);
+
+ /**
* Display an error message.
*/
static void Error(const char* m, const char* m2=0 );