diff options
author | Brad King <brad.king@kitware.com> | 2017-05-31 13:11:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-31 13:11:14 (GMT) |
commit | 5e9bd8a2ea759c4f7e412a8591ee55fe057313dc (patch) | |
tree | 3b041d7b7419af79a71471994f3d98cbc62f46cf /Source/kwsys/SystemTools.hxx.in | |
parent | de16ff3e58b0518c707ae877e80b6f81e26a4326 (diff) | |
parent | 50988f6d763d99dc7d016000157528fa0ab20086 (diff) | |
download | CMake-5e9bd8a2ea759c4f7e412a8591ee55fe057313dc.zip CMake-5e9bd8a2ea759c4f7e412a8591ee55fe057313dc.tar.gz CMake-5e9bd8a2ea759c4f7e412a8591ee55fe057313dc.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-05-31 (bd0bbad7)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 0849e1d..5e091c2 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -474,6 +474,10 @@ public: static std::string JoinPath(std::vector<std::string>::const_iterator first, std::vector<std::string>::const_iterator last); + /** Removes empty components from path. + */ + static void RemoveEmptyPathElements(std::vector<std::string>& path); + /** * Compare a path or components of a path. */ |