summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-15 13:07:04 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-15 13:07:04 (GMT)
commit540f02531bb8ceadd94cc1ebcf543f9d8b0eac48 (patch)
tree865375eab0b151ee5e528e38f399da620e617b3b /Source/kwsys/SystemTools.hxx.in
parent7054df7df2925f327be1b6003b6b415fed3a5903 (diff)
parentdc822da8158af5b568ca01fbb519d7170553376a (diff)
downloadCMake-540f02531bb8ceadd94cc1ebcf543f9d8b0eac48.zip
CMake-540f02531bb8ceadd94cc1ebcf543f9d8b0eac48.tar.gz
CMake-540f02531bb8ceadd94cc1ebcf543f9d8b0eac48.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 93cde02..7899141 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -54,6 +54,8 @@ namespace @KWSYS_NAMESPACE@
{
class SystemToolsTranslationMap;
+class SystemToolsPathCaseMap;
+
/** \class SystemToolsManager
* \brief Use to make sure SystemTools is initialized before it is used
* and is the last static object destroyed
@@ -944,7 +946,9 @@ private:
* Each time 'dir' will be found it will be replace by 'refdir'
*/
static SystemToolsTranslationMap *TranslationMap;
- static SystemToolsTranslationMap *LongPathMap;
+#ifdef _WIN32
+ static SystemToolsPathCaseMap *PathCaseMap;
+#endif
#ifdef __CYGWIN__
static SystemToolsTranslationMap *Cyg2Win32Map;
#endif