summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAmitha Perera <perera@cs.rpi.edu>2002-01-06 19:59:16 (GMT)
committerAmitha Perera <perera@cs.rpi.edu>2002-01-06 19:59:16 (GMT)
commit2fa6a0eb44a8032982c2ff09b56c3c7bc170ff3c (patch)
treeae63123167de44380ff91acc6b5f13f83d870dfc /Source/cmake.h
parent0e7e1c110c5cb6c0c79804e6d2654331b19db3d0 (diff)
downloadCMake-2fa6a0eb44a8032982c2ff09b56c3c7bc170ff3c.zip
CMake-2fa6a0eb44a8032982c2ff09b56c3c7bc170ff3c.tar.gz
CMake-2fa6a0eb44a8032982c2ff09b56c3c7bc170ff3c.tar.bz2
ENH: Add an invocation that maintains symbolic paths to the source and binary trees, mainly for systems with automounted network drives.
ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 4502d32..312ad58 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -83,5 +83,6 @@ class cmake
private:
bool m_Verbose;
bool m_Local;
+ bool m_UsePathTranslation;
};