diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-01-09 17:18:22 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-01-09 17:18:22 (GMT) |
commit | 05955d64034002db93b43b6ed373d91d825a8c2b (patch) | |
tree | 23b5f20eff6f199670aadc53e9cad9d4082ce271 /Source/cmGlobalGenerator.h | |
parent | bd217452cd9fa24ea537e56dc649f9600dcb2ea8 (diff) | |
download | CMake-05955d64034002db93b43b6ed373d91d825a8c2b.zip CMake-05955d64034002db93b43b6ed373d91d825a8c2b.tar.gz CMake-05955d64034002db93b43b6ed373d91d825a8c2b.tar.bz2 |
fix bug in env settings
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 3d61d9d..ee2a1cb 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -109,8 +109,6 @@ protected: private: std::map<cmStdString, bool> m_LanguageEnabled; - const char* m_CXXEnvironment; - const char* m_CCEnvironment; }; #endif |