rpav / cmake-build.el

CMake building with multiple targets, run configurations, and interactive menu
GNU General Public License v3.0
14 stars 5 forks source link

Preliminary TRAMP support #9

Closed laurynas-biveinis closed 4 years ago

laurynas-biveinis commented 4 years ago

Without this, the full TRAMP URL "/ssh:foo@host:/blah/blah" get appended to the remote CMake invocation, thus strip the string to "/blah/blah" before using it locally on the remote branch.

I don't know whether there are further tramp issues, but basic testing works so far.

laurynas-biveinis commented 4 years ago

Forgot that I did a PR from my master branch and pushed more commits. Please look at https://github.com/rpav/cmake-build.el/pull/9/commits/326536bc0a6bca5198f7ffc325875b07722e8ab6 only and ignore the rest

rpav commented 4 years ago

Looks good, merged.