summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 13:26:54 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-28 05:50:57 (GMT)
commitae6c8a9d68120229a2960a83b51241fdb926700a (patch)
tree89ae365d8ec15b0a2cf1c828a3474a2a44f4de76 /Source/cmake.h
parent86f3cd0f7e0e0a0db210b5ed3f01766624dbc67f (diff)
downloadCMake-ae6c8a9d68120229a2960a83b51241fdb926700a.zip
CMake-ae6c8a9d68120229a2960a83b51241fdb926700a.tar.gz
CMake-ae6c8a9d68120229a2960a83b51241fdb926700a.tar.bz2
cmState: Store the Source and Binary directories.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 9dd7c31..0d1977e 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -336,8 +336,6 @@ protected:
cmPolicies *Policies;
cmGlobalGenerator *GlobalGenerator;
cmCacheManager *CacheManager;
- std::string cmHomeDirectory;
- std::string HomeOutputDirectory;
bool SuppressDevWarnings;
bool DoSuppressDevWarnings;
std::string GeneratorPlatform;