Hello,
I'm sorry if this has been answered before or of this has an obvious answer but I'm new to KDevelop and cmake and could not find any reference to this problem.
I'm using KDevelop 3.5.6 of a Fedora 7 system and I'm trying to create and run the sample "Hello world program". So I started to create the project: Project -> New Project -> C++ -> CMake based projects -> Hello world program. After finishing the wizard, all the files have been generated, but the CMakeLists.txt file in the project's root folder contains only commented out lines and whenever I build the project I get this as output:
gmake[1]: Nothing to be done for `all'.
and the executable or object files are not generated.
Is there something I'm doing wrong or this is a problem related to the installation?
Thanks