diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2016-08-01 19:20:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-02 13:21:31 (GMT) |
commit | 6bc3073e23af70bde3e8a7659aa51a784deeec9c (patch) | |
tree | fb5ecfbd29e9e5e124cff043d47009ec5ec55007 /SystemTools.hxx.in | |
parent | 9ef2b2b164a92081bf3466af9ac0d0c28acae79d (diff) | |
download | CMake-6bc3073e23af70bde3e8a7659aa51a784deeec9c.zip CMake-6bc3073e23af70bde3e8a7659aa51a784deeec9c.tar.gz CMake-6bc3073e23af70bde3e8a7659aa51a784deeec9c.tar.bz2 |
KWSys 2016-08-01 (560bcdbb)
Code extracted from:
http://public.kitware.com/KWSys.git
at commit 560bcdbb972cbf4c7ea77010363c652b697b9933 (master).
Upstream Shortlog
-----------------
Brad King (1):
560bcdbb SystemTools: Factor out common `const char* GetEnv()` private implementation
James Johnston (1):
1c147abb Directory: Use Windows API wherever possible and port to Embarcadero
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r-- | SystemTools.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 8f01e75..aa1bf1b 100644 --- a/SystemTools.hxx.in +++ b/SystemTools.hxx.in @@ -984,6 +984,7 @@ private: std::vector<std::string>(), bool no_system_path = false); + static const char* GetEnvImpl(const char* key); /** * Path translation table from dir to refdir |