Reputation: 27611
According to what I see, cmake 2.6.x supports CDT 4.x. We already have CDT 6.x. Is CDT 5.x and cmake 2.6.x are compatible at least?
Thanks Dima
Upvotes: 2
Views: 1173
Reputation: 6439
Yes, it is.
The eclipse CDT 4.x project generated by cmake is compatible with next versions.
I use them everyday, and work like a charm:
I have also tried to import those projects with CDT 6 and all it keep working. Would be really bad if you were not be able to reuse projects from old versions. Backward compatibility is really important for serious applications.
Upvotes: 4