diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-12 13:26:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-28 05:50:57 (GMT) |
commit | ae6c8a9d68120229a2960a83b51241fdb926700a (patch) | |
tree | 89ae365d8ec15b0a2cf1c828a3474a2a44f4de76 /Source/cmake.h | |
parent | 86f3cd0f7e0e0a0db210b5ed3f01766624dbc67f (diff) | |
download | CMake-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.h | 2 |
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; |