diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-02 19:48:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-02 19:48:21 (GMT) |
commit | e0899bcaf2a813d2210cb6f991ed354645ef83c1 (patch) | |
tree | 2c9cebd816519501ca91c7d55ddb1e1d83518fb3 /Source/kwsys/SystemTools.hxx.in | |
parent | 019a0989d5112ae27fc639390a2aebe648683167 (diff) | |
download | CMake-e0899bcaf2a813d2210cb6f991ed354645ef83c1.zip CMake-e0899bcaf2a813d2210cb6f991ed354645ef83c1.tar.gz CMake-e0899bcaf2a813d2210cb6f991ed354645ef83c1.tar.bz2 |
ENH: speed up actual path name by cache on windows
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 c89bd49..6faf9d2 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -813,6 +813,7 @@ private: * Each time 'dir' will be found it will be replace by 'refdir' */ static SystemToolsTranslationMap *TranslationMap; + static SystemToolsTranslationMap *LongPathMap; friend class SystemToolsManager; }; |