Can't build cmake project in clion
Completed
I have a project including librdkafka which builds fine in wsl2 on the command line but I'm getting “cannot resolve symbol” errors when trying to build in clion. Any help would be appreciated. Thanks, Keith.
Please sign in to leave a comment.
Found it. I had tried to create a new project from the c source file which messed up everything. I created a new blank project then copied the c code into the main.c and then was able to build.