CLion not detecting cmake in WSL

Clash Royale CLAN TAG#URR8PPP
CLion not detecting cmake in WSL
I am trying to run the WSL toolchain on my Windows PC and have configured my WSL to run an SSH server, installed cmake etc. I am able to connect to the WSL SSH but for some reason CLion is not detecting the WSL cmake.

Any idea how I can go about fixing this ?
/
I already tried that, had no effect
– B0rn2C0de
Aug 12 at 18:19
Which version of CLion do you use?
– vromanik
Aug 13 at 6:20
I am using 2018.2
– B0rn2C0de
Aug 13 at 7:29
1 Answer
1
The problem could be the zsh shell! Try the standard bash. Perhaps it helps.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
What about wrong path separators (
vs/). Will it work if you specify correct ones?– LazyOne
Aug 12 at 18:14