Merge branch 'eclipse-fix-cxx-natures' into release-3.0
This commit is contained in:
commit
9a92734cdd
|
@ -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")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue