diff options
author | Brad King <brad.king@kitware.com> | 2020-04-07 14:31:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-07 14:31:10 (GMT) |
commit | ff2e597ba23227e61c7d33a1168a5b5b9c858606 (patch) | |
tree | 27ccf36f1106449bd3e927483dba283b8c1743ca /Source/kwsys/SystemTools.hxx.in | |
parent | 2cc7baa1bc7f9e37b1a19d6700c64890142030d8 (diff) | |
parent | c5635588adbfa0428ca738c3ed3e690ae058af37 (diff) | |
download | CMake-ff2e597ba23227e61c7d33a1168a5b5b9c858606.zip CMake-ff2e597ba23227e61c7d33a1168a5b5b9c858606.tar.gz CMake-ff2e597ba23227e61c7d33a1168a5b5b9c858606.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream
* upstream-KWSys:
KWSys 2020-04-07 (caff9c3b)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index e13d03e..cd7b728 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -677,6 +677,11 @@ public: static bool FileIsDirectory(const std::string& name); /** + * Return true if the file is an executable + */ + static bool FileIsExecutable(const std::string& name); + + /** * Return true if the file is a symlink */ static bool FileIsSymlink(const std::string& name); |