5

I am using Ubuntu 17.10. I installed Kdevelop for a C++ gaming project, but when I create a new project it's showing something like:

Could not load project management plugin KDevCMakeManager.Check that the required programs are installed, or see console output for more information.

What can I do now?

Kdevelop version 5.1.2

screenshot with popup error message

Zanna
  • 72,312

1 Answers1

4

Install the package cmake. This contains the CMake build system as used by most of the KDevelop example projects.

FLHerne
  • 288