Cmake Error: could not create named generator Clion Follow
Hi all,
I want to use cmake in clion as in visual studio, when I tried cmake -G "Clion 2019.2" ..\, it says "Cmake Error: could not create named generator Clion 2019.2". Has someone any suggestion? Is it possible to complete that? I try to use clang-tidy in Clion.
Please sign in to leave a comment.
Hello!
What in particular are you trying to achieve? Where do you type cmake -G "Clion 2019.2" ..\ and why? CLion supports CMake, you just need to open your project in CLion, wait till it's loaded and after that you will be able to build, run, debug etc.