summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-19 14:43:09 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-19 14:43:09 (GMT)
commit373199b1c922c6897e007fc1c8fa684aa1a8f707 (patch)
tree293a76fb80c7ecdbff3e3bc0929853147eda4c0d /Source/cmExtraEclipseCDT4Generator.cxx
parent6164f7cef637a226fe1c08cc0cce428a8931ccb1 (diff)
parent6e6e0c4048b1500edfc8c27a0fc567997b494a56 (diff)
downloadCMake-373199b1c922c6897e007fc1c8fa684aa1a8f707.zip
CMake-373199b1c922c6897e007fc1c8fa684aa1a8f707.tar.gz
CMake-373199b1c922c6897e007fc1c8fa684aa1a8f707.tar.bz2
Merge topic 'eclipse-fix-cxx-natures'
6e6e0c40 Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index 2f69882..ff2ad1b 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -62,6 +62,7 @@ void cmExtraEclipseCDT4Generator
if (*lit == "CXX")
{
this->Natures.insert("org.eclipse.cdt.core.ccnature");
+ this->Natures.insert("org.eclipse.cdt.core.cnature");
}
else if (*lit == "C")
{