atilaneves/cmake-ide

Find rdm and rc executables in elpa folder

Closed this issue · 4 comments

I am using rtags-install in emacs to install rtags.
Since this installs rtags into a directory in .emacs.d/elpa/..., cmake-ide is not able to start the rdm server.
Is there a way to make cmake-ide search for these executables in my .emacs.d/elpa folder?

Yes, add that directory to your PATH

@atilaneves I think the better solution is use rtags-executable-find inside cmake-ide code. I don't want to change my PATH after every rtags update. I can do PR if you want.

@s-kostyaev Yes, please submit a PR.