summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-01-09 16:28:29 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-01-09 16:28:29 (GMT)
commit384523a3153d911853f8c7fffbc8c1b7bb9ca421 (patch)
tree25886b1a1d25cf003747fde42278918186852b56 /Source/cmGlobalGenerator.h
parenteff6a204327aeba3916c2d5c2f79d90881ef9430 (diff)
downloadCMake-384523a3153d911853f8c7fffbc8c1b7bb9ca421.zip
CMake-384523a3153d911853f8c7fffbc8c1b7bb9ca421.tar.gz
CMake-384523a3153d911853f8c7fffbc8c1b7bb9ca421.tar.bz2
restore the environment for cxx and cc in global generator
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index ee2a1cb..3d61d9d 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -109,6 +109,8 @@ protected:
private:
std::map<cmStdString, bool> m_LanguageEnabled;
+ const char* m_CXXEnvironment;
+ const char* m_CCEnvironment;
};
#endif