[CMake] cmake 2.6.1 with generator for eclipse problem

Olaf Peter ope-devel at gmx.de
Wed Aug 6 13:04:30 EDT 2008


Hi,

the following command line works as expected (out of source build):

$ ../cmake-2.6.1-Linux-i386/bin/cmake ../project
-- The C compiler identification is GNU
...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/olaf/build

but:

$ ../cmake-2.6.1-Linux-i386/bin/cmake -G "Eclipse CDT4 - Unix Makefiles"
../project/
-- The C compiler identification is GNU
...
-- Configuring done
Aborted

What happend here? Is this a known Problem? In real I append
-DECLIPSE_CDT4_GENERATE_SOURCE_PROJECT=TRUE has described in the wiki.

Regards,
Olaf


More information about the CMake mailing list