Only use of Makefile instead of CMake

Answered

Hello,

is it possible to use only Makefile instead of CMake in Clion 2017 ?

 

Thanks.

4 comments
Comment actions Permalink

Hi!

Unfortunately not. 

We understand how popular and important Makefiles build system is. So we are going to support it in future versions. Here is the feature request: https://youtrack.jetbrains.com/issue/CPP-494. Feel free to comment and upvote. Follow to get the updates.

0
Comment actions Permalink

Thanks a lot for your reply.

There is an option to disable cmake?

0
Comment actions Permalink

In the meantime you can write a CMake wrapper around a Makefile.  I wrote a wrapper for this project so I could use CLion, as opposed to using KDevelop or codelite. https://github.com/terrycain/razer-drivers

0
Comment actions Permalink

How useful is it? I am thinking of dependency navigation and debugging (connecting to a server, debug on actual source file etc.) In my case we have multiple projects, with Makefiles building libraries etc.

0

Please sign in to leave a comment.