Hi,
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
Hi,
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
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.
what if project has subprojects (sample: http://www.robots.ox.ac.uk/~mobile/MOOS/wiki/pmwiki.php/Main/Download). If you generate MSVC it creates an workspace and all the projects are there. But if generate for CDT only one project is created. Do you have any suggestion on modifying cmakelist files to get similar project tree?