nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.35k stars 46 forks source link

docs(README): Fix cmake install instruction #130

Closed ditsuke closed 1 week ago

ditsuke commented 1 week ago

Summary

Recent versions of cmake seem to affect how redundant installation directives are handled, i.e. install source and destination are the same. While previously they went through as a noop, they now seem to fail as reproduced in #120. This PR removes the cmake install directive from installation instructions.

Conni2461 commented 1 week ago

Thanks :)

Conni2461 commented 1 week ago

Need to look into failure, tomorrow