How to configure Eclipse \"Helios\" with plugin CDT for cmake?
cmake all CMake Error: The source directory \"D:/javaworkspace/workspace/Planner/Debug/all\"
In addition to accepted answer you should specify eclipse version.
Eclipse Luna (4.4):
cmake -G"Eclipse CDT4 - Unix Makefiles" -D_ECLIPSE_VERSION=4.4 ../../src/Planner
Eclipse Kepler (4.3):
cmake -G"Eclipse CDT4 - Unix Makefiles" -D_ECLIPSE_VERSION=4.3 ../../src/Planner