Topic: cannot cmake source files successfully with Eclipse CDT4 generator.

Hi

I try to use Eclipse to debug my code. However, when I use Eclipse CDT4 as project generator, make files can be created but .cproject && .project files cannot be found in the   
objective repository,which will be needed for Eclipse build. I do not know why  it happens like this. The cmake version is 3.5 with Eclipse 4.5. I follow the configuration procedure as said in the link the https://beginningwithoofem.wordpress.co … n-eclipse/ Does anyone have the same experience? Can you give me some suggestions? Thanks.

Re: cannot cmake source files successfully with Eclipse CDT4 generator.

I don't think there is anything specific to OOFEM here. CMake simply does not produce project files, and you must import the makefile project.
http://stackoverflow.com/questions/9453 … -for-cmake

I always stick to IDEs that have CMake integration. I can recommend KDevelop or CLion.