summaryrefslogtreecommitdiffstats
path: root/SystemTools.hxx.in
diff options
context:
space:
mode:
authorKWSys Upstream <kwrobot@kitware.com>2018-03-07 11:47:12 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-07 11:48:32 (GMT)
commit64d4308d8347150d072c2f11f9dd557ccaa1dfb2 (patch)
tree553ab495c085a48a6c7645d25996b3dae9070030 /SystemTools.hxx.in
parent854feacc60c5d1dcf53652a764841e1d9d602ac3 (diff)
downloadCMake-64d4308d8347150d072c2f11f9dd557ccaa1dfb2.zip
CMake-64d4308d8347150d072c2f11f9dd557ccaa1dfb2.tar.gz
CMake-64d4308d8347150d072c2f11f9dd557ccaa1dfb2.tar.bz2
KWSys 2018-03-07 (2ad561e7)
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 2ad561e78b0d99f083f1213e403d5a8a90e0e134 (master). Upstream Shortlog ----------------- Brad King (4): 6e190d9a Fix include directory usage requirement for build tree 6d4e9fde SystemInformation: Android has no getifaddrs prior to API 24 0a0974d0 SystemTools: Restore unconditional caching in GetActualCaseForPath a241fd13 SystemTools: Remove caching from public GetActualCaseForPath
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r--SystemTools.hxx.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in
index 719d45c..e79e3fc 100644
--- a/SystemTools.hxx.in
+++ b/SystemTools.hxx.in
@@ -988,6 +988,7 @@ private:
*/
static SystemToolsTranslationMap* TranslationMap;
#ifdef _WIN32
+ static std::string GetActualCaseForPathCached(std::string const& path);
static SystemToolsPathCaseMap* PathCaseMap;
static SystemToolsEnvMap* EnvMap;
#endif