On Thursday 19 November 2009, Steven Wilson wrote: > Why, in CMake 2.8.0, is the value of CMAKE_GENERATOR "Unix Makefiles" when > using the "Eclipse CDT4 - Unix Makefiles" generator? That is also the case in cmake 2.6.x. Check CMAKE_EXTRA_GENERATOR, this should contain "Eclipse CDT4". Alex