equalsraf / neovim-qt

Neovim client library and GUI, in Qt5.
https://github.com/equalsraf/neovim-qt/wiki
ISC License
1.86k stars 171 forks source link

cmake: remove redundant slashes when installing files #1099

Closed davvid closed 8 months ago

davvid commented 8 months ago

Using a trailing slash results in install commands that contain two slashes between the base directory and the path being installed.

jgehrig commented 8 months ago

Nice catch! Thanks for the contribution