2009/1/28 John Vines (CISD/HPCD) <jvi...@arl.army.mil>:
> What versions of cmake support the generation of eclipse project files?  I
> am using cmake 2.4-patch 8 and am trying to generate an Eclipse project
> file, via "ccmake -G "Eclipse CDT4 - Unix Makefiles" and am not generating
> the .project files.

Eclipse CDT4 generator has been added since CMake 2.6.0

you may check which generator your current version of CMake support with:
cmake -h

at the end of the help you'll have the available generators.






-- 
Erk
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to