diff options
author | Brad King <brad.king@kitware.com> | 2016-08-02 13:21:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-02 13:21:52 (GMT) |
commit | 35995fa6b5872b58f086d16b16ca90d7d259d9b0 (patch) | |
tree | 820632c7a1a055b1ec611ecfb918191b9a39295d /Source/kwsys/SystemTools.hxx.in | |
parent | fd59f9ad519c1c311c54569133797d9061e90558 (diff) | |
parent | 6bc3073e23af70bde3e8a7659aa51a784deeec9c (diff) | |
download | CMake-35995fa6b5872b58f086d16b16ca90d7d259d9b0.zip CMake-35995fa6b5872b58f086d16b16ca90d7d259d9b0.tar.gz CMake-35995fa6b5872b58f086d16b16ca90d7d259d9b0.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2016-08-01 (560bcdbb)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 8f01e75..aa1bf1b 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/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 |