summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-25 14:00:24 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-02-25 14:00:24 (GMT)
commitc842411dc5a2123cdc9d949b67f8421379a4a928 (patch)
treee527fe452a975215428eecf517c0b68abb6c818f /Source/cmExtraEclipseCDT4Generator.h
parentdd99bfff3a25668c2043e776d775f7ebaef82d03 (diff)
parentaff38945d64fc56026255c9cc3c1051529887d7b (diff)
downloadCMake-c842411dc5a2123cdc9d949b67f8421379a4a928.zip
CMake-c842411dc5a2123cdc9d949b67f8421379a4a928.tar.gz
CMake-c842411dc5a2123cdc9d949b67f8421379a4a928.tar.bz2
Merge topic 'AddNewEclipseVersions'
aff38945 Eclipse: only add C/CXX macros if the language is enabled 6ee6b17e Eclipse: add newer version numbers
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h
index 16675f2..1da2077 100644
--- a/Source/cmExtraEclipseCDT4Generator.h
+++ b/Source/cmExtraEclipseCDT4Generator.h
@@ -116,6 +116,8 @@ private:
bool SupportsVirtualFolders;
bool SupportsGmakeErrorParser;
bool SupportsMachO64Parser;
+ bool CEnabled;
+ bool CXXEnabled;
};